1830234 Members
2259 Online
109999 Solutions
New Discussion

Re: confused about java

 
Tonatiuh
Super Advisor

confused about java

What is the difference between:

jre
jse
j2ee
sdk

???

Where to download jre1.1.8 for Linux Intel?
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: confused about java

J2SE - Java 2 Standart Edition. The J2SE Software Development Kit (SDK) supports creating J2SE applications.
JRE - Java Runtime Environment. The J2SE Java Runtime Environment (JRE) allows end-users to run Java applications.


You can download java for linux here - http://mirrors.sunsite.dk/java-linux/


regards,
ivan
Steven E. Protter
Exalted Contributor

Re: confused about java

Shalom,

jre1.1.8 is a very old release and is probably a minimum for the application you wish to install.

I would suggest you use a newer version if possible.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Andrew C Fieldsend
Respected Contributor

Re: confused about java

JRE is the Java Runtime Environment, which is needed to run a Java application. JSE is the Java Platform, Standard Edition, which is the latest name for the basic Java environment (previously known as J2SE), and includes the JRE as well as the Software Development Kit (SDK).

J2EE is the Java 2 Enterprise Edition which is the standard environment for developing component-based Java applications, and includes a number of higher-level specifications. It's mainly used to develop web applications.

JRE 1.1.8 is probably no longer available, as it was the last version of Java before its renaming as Java 2 at version 1.2. There are a lot of differences between 1.1.8 and later versions, and anything that needs it may not work with recent versions due to incompatible library changes.
Tonatiuh
Super Advisor

Re: confused about java

Fieldsen you are right.

Steven it is not possible to use later version of JRE because the product has the requirement that JRE must not be later than 1.1.8.