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 !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.