Hello everybody i would like to download JDK1.2.2 or any advanced version of JDk & jsdk2.0 so please tell me from where i can get it.
Archu
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
1
posted
0
Download the Java SDK from java.sun.com Do NOT work with the JSDK, instead get the Tomcat package from jakarta.apache.org - The reason being that Sun stopped all work on the JSDK in October 1999 (as far as I can tell) and gave the working code to the Apache organization. Sun engineers work on the Tomcat package. Version 3.2 Tomcat implements the current servlet and JSP APIs and there is an experimental 4.0 version which implements the next generation APIs. It is Tomcat code that is distributed in the J2EE package, not JSDK code. Bill