| Author |
Jdk Production Vs. Developer Version
|
sharmaraj Sharma
Greenhorn
Joined: Jan 06, 2003
Posts: 1
|
|
Dear group, Can Any one please give me some insight into the production and developer version of jdk. I am using Java(TM) 2 SDK, Standard Edition Version 1.4.0 Is it production or development version. Please help Thanks. Regards! Dheeraj
|
 |
Bernhard Woditschka
Ranch Hand
Joined: Sep 16, 2002
Posts: 89
|
|
Hi, there are two versions available from sun th JRE and the SDK. JRE is all you need to run a java program. SDK is what you need to create a programm it includes the JRE plus development tools(javac,avadoc, rmic,...) Bern
|
 |
John Smith
Ranch Hand
Joined: Oct 08, 2001
Posts: 2937
|
|
Can Any one please give me some insight into the production and developer version of jdk. I am using Java(TM) 2 SDK, Standard Edition Version 1.4.0
You will be fine with 1.4.0. All they are asking is that you don't use any Beta versions of JDK. That means anything from 1.4.1_01 and below is good. Eugene.
|
 |
 |
|
|
subject: Jdk Production Vs. Developer Version
|
|
|