Text Widget

Java JDK 1.6(Engineering Software)

Java JDK 1.6


Size:-90.0
Supported OS:- Windows xp/7/vista

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.

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 (Mobile 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.



Download link:  Java JDK 1.6

0 comments:

Post a Comment