Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javax.servlet in 1.3 or 1.4?

Status
Not open for further replies.

NJDrew

Technical User
Dec 21, 2001
31
US
Ive been useing jdk 1.2 to compile my sevlets for my site. when upgradeing to 1.3 I found out there was no javax.servlet package, so were did the servlet class move to?

"Mistakes are the portals of discovery"
James Joyce
 
The packages that fall under the servlet API are in the J2EE package - and have never been in J2SE. If you only use the servlet API, and not any other J2EE APIs, I would recommend just adding the servlet.jar (which comes with Tomcat, or other servlet containers) to your CLASSPATH, rather than downloading the whole J2EE.

As a note, if you are upgrading, I would skip 1.3 and go to 1.4 - 1.3 is quite old now, and 1.5 even will be released soon !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top