
- #Java se development kit 15 download install
- #Java se development kit 15 download update
- #Java se development kit 15 download software
- #Java se development kit 15 download code
- #Java se development kit 15 download windows 7
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)". When version 1.6 come out, someone realized that having two numbers in the name was weird. 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)".
#Java se development kit 15 download software
The JDK was officially renamed to "Java 2 Software Development Kit". The default "distribution" of the platform was given the moniker "standard" to contrast it with its siblings. The two products that were part of the platform were also given names:Īpparently the changes in version 1.2 so significant that they started calling the platform as Java 2. If you were a developer, you also knew the version, which was a normal "1.0" and later a "1.1". When Java was first released, it was apparently just called Java. It consists of two products - the software development kit, and the runtime environment. Now you know what they are and why they are there.Ī Brief and Maybe Incorrect History of Java Versions Again, see above.Īfter your install, double check “C:\Program Files\Java” to see both these folders. Remember from above that JDK contains JRE, which makes sense if you know what they both are.
#Java se development kit 15 download install
“C:\Program Files\Java\jre7\” (JRE) 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. You are now downloading (hopefully the latest) JDK for your system! :).
#Java se development kit 15 download windows 7

#Java se development kit 15 download code

(See also .)Įdited : And the world keeps on turning ( notwithstanding), and lo and behold, JRE 6 is about to reach its end of support.

The new page (based on a redirect) is this Java page at the Oracle Tech Network. Later this year, the sun.com domain is supposed to go dark.

The world turns, and Java is now managed by Oracle, which bought Sun.
#Java se development kit 15 download update
So, to run a Java application someone else provides, you need JRE to develop a Java application, you need JDK.Īs 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). The JDK includes the compiler and other tools needed to develop Java applications JRE does not. 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).
