Java 2 Se V1 60 _01 Download

I see many different Java terms floating around. I need to install the JDK 1.6. It was my understanding that Java 6 Java 1.6. However, when I install Java SE 6, I get a JVM that reports as version 11.0! Who can solve the madness?

  1. Java 2 Se V1 60 _01 Downloads

Jan 21, 2019  Download Java 2 Runtime Environment Version 8 Update 201. Runtime and JVMM to run JAVA applications. Java 2 Runtime Environment (J2RE) contains all you need to execute JAVA applications. The Java(TM) SE Runtime Environment includes the JAVA Virtual Machine, runtime libraries and the necessary applications. Sign in to Cloud. Access your cloud dashboard, manage orders, and more. Sign up for a free trial. 2.) Java 2 Runtime Environment. This post has been flagged and will be reviewed by our staff. While I have had issues when an internet download 'hiccuped'.

Joe SchneiderJoe Schneider

6 Answers

When you type 'java -version', you see three version numbers - the java version (on mine, that's '1.6.0_07'), the Java SE Runtime Environment version ('build 1.6.0_07-b06'), and the HotSpot version (on mine, that's 'build 10.0-b23, mixed mode'). I suspect the '11.0' you are seeing is the HotSpot version.

Update: HotSpot is (or used to be, now they seem to use it to mean the whole VM) the just-in-time compiler that is built in to the Java Virtual Machine. God only knows why Sun gives it a separate version number.

Paul TomblinPaul Tomblin
  • JDK - Java Development Kit
  • JRE - Java Runtime Environment
  • Java SE - Java Standard Edition

SE defines a set of capabilities and functionalities; there are more complex editions (Enterprise Edition – EE) and simpler ones (Micro Edition – ME – for mobile environments).

The JDK includes the compiler and other tools needed to develop Java applications; JRE does not. So, to run a Java application someone else provides, you need JRE; to develop a Java application, you need JDK.

Edited:As Chris Marasti-Georg pointed out in a comment, you can find out lots of information at Sun's Java web site, and in particular from the Java SE section, (2nd option, Java SE Development Kit (JDK) 6 Update 10).

Edited 2011-04-06:The world turns, and Java is now managed by Oracle, which bought Sun. Later this year, the sun.com domain is supposed to go dark. The new page (based on a redirect) is this Java page at the Oracle Tech Network. (See also java.com.)

Edited 2013-01-11: And the world keeps on turning (2012-12-21 notwithstanding), and lo and behold, JRE 6 is about to reach its end of support. Oracle says no more public updates to Java 6 after February 2013.

Within a given version of Java, this answer remains valid. JDK is the Java Development Kit, JRE is the Java Runtime Environment, Java SE is the standard edition, and so on. But the version 6 (1.6) is becoming antiquated.

Edited 2015-04-29: And with another couple of revolutions around the sun, the time has come for the end of support for Java SE 7, too. In April 2015, Oracle affirmed that it was no longer providing public updates to Java SE 7. The tentative end of public updates for Java SE 8 is March 2017, but that end date is subject to change (later, not earlier).

Jonathan LefflerJonathan Leffler

This might help someone:

I am installing the latest Java on my system for development, and currently it's Java SE 7. Now, let's dive into this 'madness', as you put it...

All of these are the same (when developers are talking about Java for development):

  • Java SE 7
  • Java SE v1.7.0
  • Java SE Development Kit 7

Starting with Java v1.5:

  • v5 = v1.5.
  • v6 = v1.6.
  • v7 = v1.7.

And we can assume this will remain for future versions.

Next, for developers, download JDK, not JRE.

JDK will contain JRE. If you need JDK and JRE, get JDK. Both will be installed from the single JDK install, as you will see below.

As someone above mentioned:

  • JDK = Java Development Kit (developers need this, this is you if you code in Java)
  • JRE = Java Runtime Environment (users need this, this is every computer user today)
  • Java SE = Java Standard Edition

Here's the step by step links I followed (one step leads to the next, this is all for a single download) to download Java for development (JDK):

  1. Visit 'Java SE Downloads': http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Click 'JDK Download' and visit 'Java SE Development Kit 7 Downloads': http://www.oracle.com/technetwork/java/javase/downloads/java-se-jdk-7-download-432154.html (note that following the link from step #1 will take you to a different link as JDK 1.7 updates, later versions, are now out)
  3. Accept agreement :)
  4. Click 'Java SE Development Kit 7 (Windows x64)': http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-windows-x64.exe (for my 64-bit Windows 7 system)
  5. You are now downloading (hopefully the latest) JDK for your system! :)

Keep in mind the above links are for reference purposes only, to show you the step by step method of what it takes to download the JDK.

And install with default settings to:

  • “C:Program FilesJavajdk1.7.0” (JDK)
  • “C:Program FilesJavajre7” (JRE) <--- why did it ask a new install folder? it's JRE!

Remember from above that JDK contains JRE, which makes sense if you know what they both are. Again, see above.

After your install, double check “C:Program FilesJava” to see both these folders. Now you know what they are and why they are there.

I know I wrote this for newbies, but I enjoy knowing things in full detail, so I hope this helps.

XonatronXonatron
Java 2 Se V1 60 _01 Download

A Brief and Maybe Incorrect History of Java Versions

  • Java is a platform. It consists of two products - the software development kit, and the runtime environment.

  • When Java was first released, it was apparently just called Java. If you were a developer, you also knew the version, which was a normal '1.0' and later a '1.1'. The two products that were part of the platform were also given names:

    • JDK - 'Java Development Kit'
    • JRE - 'Java Runtime Environment'
  • Apparently the changes in version 1.2 so significant that they started calling the platform as Java 2.

    • The default 'distribution' of the platform was given the moniker 'standard' to contrast it with its siblings. So you had three platforms:

      • 'Java 2 Standard Edition (J2SE)'
      • 'Java 2 Enterprise Edition (J2EE)'
      • 'Java 2 Mobile Edition (J2ME)'
    • The JDK was officially renamed to 'Java 2 Software Development Kit'.

  • When version 1.5 came out, the suits decided that they needed to 'rebrand' the product. So the Java platform got two versions - the product version '5' and the developer version '1.5' (Yes, the rule is explicitly mentioned -- 'drop the '1.'). However, the '2' was retained in the name. So now the platform is officially called 'Java 2 Platform Standard Edition 5.0 (J2SE 5.0)'.

    • The suits also realized that the development community was not picking up their renaming of the JDK. But instead of reverting their change, they just decide to drop the '2' from the name of the individual products, which now get be 'J2SE Development Kit 5.0 (JDK 5.0)' and 'J2SE Runtime Environment 5.0 (JRE 5.0)'.
  • When version 1.6 come out, someone realized that having two numbers in the name was weird. So they decide to completely drop the 2 (and the '.0' suffix), and we end up with the 'Java Platform, Standard Edition 6 (Java SE 6)' containing the 'Java SE Development Kit 6 (JDK 6)' and the 'Java SE Runtime Environment 6 (JRE 6)'.

  • Version 1.7 did not do anything stupid. If I had to guess, the next big change would be dropping the 'SE', so that the cycle completes and the JDK again gets to be called the 'Java Development Kit'.

Notes

  • For simplicity, a bunch of trademark signs were omitted. So assume Java™, JDK™ and JRE™.

  • SO seems to have trouble rendering nested lists.

References

Epilogue

Just drop the '1.' from versions printed by javac -version and java -version and you're good to go.

ManavManav

With the release of Java 5, the product version was made distinct from the developer version as described here

toolkittoolkit
Java 2 Se V1 60 _01 Download

Java SE Runtime is for end user, so you need Java JRE version, the first version of Java was the 1, then 1.1 - 1.2 - 1.3 - 1.4 - 1.5 - 1.6 etc and usually each version is named by version so JRE 6 means Java jre 1.6, anyway there is the update version, for example 1.6 update 45, which is named java jre 6u45.

From what I know, they preferred to use the number 6 instead using 1.6 to better reflect the level of maturity, stability, scalability, security and more

mariomario

Not the answer you're looking for? Browse other questions tagged java or ask your own question.

Related searches

  • » download java 2 se v1 6.0 01
  • » java 2 se v1.6.0_01
  • » download java 2 sdk.se v1.4.0_01
  • » java se runtime environment v1.6.0_14
  • » java 2 se v1.6.0_0
  • » java 2 se v1.6.0_1
  • » java se 6.0 download
  • » java se 1.6.0_07-b06 download
  • » jre v1.6_jre v1.6.0_06_k2.0.0 download
  • » java se sdk_java sdk se 1.7.0.0 download

download java 2 se v1.6.0_01

at UpdateStar
  • More

    Sun Microsoystems Java(TM) SE Runtime Environment v1.6.0.0 (NSWP) 1.6.0.0

    Nokia Business Infrastructure, Environment Creation and Support - Shareware -
  • More

    Java Update 8.0.2120.10

    The Java SE Runtime Environment contains the Java virtual machine,runtime class libraries, and Java application launcher that arenecessary to run programs written in the Java programming language.It is not a development environment and … more info...
  • More

    Java SE Runtime Environment 8.0.141

    Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D. more info...
  • More

    Internet Download Manager 6.33.2.8

    Accelerate downloads by up to 5 times, schedule downloads, recover and resume broken downloads. The program features an adaptive download accelerator, dynamic file segmentation, high speed settings technology, and multipart downloading … more info...
  • More

    Java SE Development Kit 10.0.0.0

    The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. more info...
  • More

    Free Download Manager 5.1.38.7312

    Free Download Manager makes downloading files and videos easier and faster and helps avoid dreaded broken downloads. It is especially useful for those who are required to download files continually. more info...
  • More

    Realtek High Definition Audio Driver 6.0.8710.1

    Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info...
  • More

    VLC media player 3.0.7

    VLC Media Player Foot Pedal allows VLC Media Player to be used as transcription software for transcription of all types of media files with full foot pedal support. more info...
  • More

    Free YouTube Download 4.1.98.529

    Free YouTube Download. Download video from YouTube to your computer hard drive with one mouse click. Video from YouTube will be saved as AVI file. You'll be able to play it with any video player on your computer. more info...
  • More

    Java SDK SE 1.7.0.30

    Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today's demanding embedded environments. more info...
Descriptions containing

download java 2 se v1.6.0_01

  • More

    Java Update 8.0.2120.10

    The Java SE Runtime Environment contains the Java virtual machine,runtime class libraries, and Java application launcher that arenecessary to run programs written in the Java programming language.It is not a development environment and … more info...
  • More

    UpdateStar Premium Edition 11.0.1297

    UpdateStar 10 offers you a time-saving, one-stop information place for your software setup and makes your computer experience more secure and productive. more info...
  • More

    Java SE Runtime Environment 8.0.141

    Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D. more info...
  • More

    Realtek High Definition Audio Driver 6.0.8710.1

    Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info...
  • More

    NVIDIA Graphics Driver 430.86

    Supported Products:GeForce 500 series:GTX 590, GTX 580, GTX 570, GTX 560 Ti, GTX 560, GTX 550 Ti, GT 545, GT 530, GT 520, 510GeForce 400 series:GTX 480, GTX 470, GTX 465, GTX 460 v2, GTX 460 SE v2, GTX 460 SE, GTX 460, GTS 450, GT 440, GT … more info...
  • More

    Microsoft OneDrive 19.070.0410.0007

    Store any file on your free OneDrive (fromer SkyDrive) and it's automatically available from your phone and computers—no syncing or cables needed. more info...
  • More

    CCleaner 5.58.7209

    CCleaner is a freeware system optimization, privacy and cleaning tool. CCleaner is the number-one tool for cleaning your Windows PC. Keep your privacy online and offline, and make your computer faster and more secure. more info...
  • More

    Microsoft .NET Framework 4.8.03761

    The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.The .NET Framework is Microsoft's comprehensive and consistent … more info...
  • More

    µTorrent 3.5.5.45231

    µTorrent is the world's most popular BitTorrent client. Most of the features present in other BitTorrent clients are present in µTorrent, including bandwidth prioritization, scheduling, RSS auto-downloading and Mainline DHT (compatible … more info...
  • More

    Apple Software Update 2.6.0.1

    Apple Software Update is a software tool by Apple that installs the latest version of Apple software. It was originally introduced to Mac users in Mac OS 9. A Windows version has been available since the introduction of iTunes 7. more info...
Additional titles containing

download java 2 se v1.6.0_01

  • More

    Java Update 8.0.2120.10

    The Java SE Runtime Environment contains the Java virtual machine,runtime class libraries, and Java application launcher that arenecessary to run programs written in the Java programming language.It is not a development environment and … more info...
  • More

    Java SE Runtime Environment 8.0.141

    Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D. more info...
  • More

    Java SE Development Kit 10.0.0.0

    The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform. more info...
  • More

    Internet Download Manager 6.33.2.8

    Accelerate downloads by up to 5 times, schedule downloads, recover and resume broken downloads. The program features an adaptive download accelerator, dynamic file segmentation, high speed settings technology, and multipart downloading … more info...
  • More

    Java(TM) SE Development Kit 12.0.1.0

    Shannon Hickey, Sun Microsystems, Inc. - 390.2MB - Shareware -

Most recent searches

Java 2 Se V1 60 _01 Downloads

  • » baixar o sim plus intelbras
  • » device updater software
  • » snop vnp
  • » donlod wxtoimg
  • » descargar videos coubs
  • » atualizar embird crackeado
  • » download wind ldr
  • » sketchup 18.0.16975 actualizacion
  • » gimp 2.10.10 handbuch
  • » komla mail
  • » baixar speedcat baixaqui
  • » kabelah mail
  • » xnxxx blacked
  • » mi admin xml descargar actualizado 2019
  • » simcity 4.0.98.213
  • » epson scanner descarga
  • » g-force 5.1.4 visualization free
  • » acrobat 10.0.1
  • » naughty american con
  • » scarica lenovo setting