Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between java downloads

What is the difference between these two downloadable versions of Java EE:

java_ee_sdk-6u3-jdk7-windows-ml.exe
java_ee_sdk-6u3-jdk7-windows.exe


like image 341
sachin Avatar asked Jul 29 '11 16:07

sachin


People also ask

What Java version should I download?

Java for 64-bit browsers Users should download 64-bit Java software, if they are running 64-bit browsers. From a 64-bit browser, download 64-bit Java from the manual page.

What are the different versions of Java?

Java is distributed in three different editions: Java Standard Edition (Java SE), Java Enterprise Edition (Java EE) and Java Micro Edition (Java ME). Java Micro Edition was created to support applications running on mobile and on embedded devices.

Is Java 8 and Java 1.8 the same?

In short – 8 is product version number and 1.8 is the developer version number (or internal version number). The product is the same, JDK 8, anyways.


2 Answers

The ml release is multilingual. It depends upon what you are trying to accomplish to determine what version you should use. If you don't mind the extra space and you think you'll need localization for a different language, pick the ml. Otherwise the standard one will do fine.

like image 71
Jeffrey Kevin Pry Avatar answered Oct 12 '22 11:10

Jeffrey Kevin Pry


Note – In all cases, the *-ml.zip bundles in the table are multilingual versions of the . product

http://glassfish.java.net/docs/3.1/installation-guide.pdf

like image 24
JavaImp Avatar answered Oct 12 '22 12:10

JavaImp