The javax.servlet package is in %J2EE_HOME%/lib/j2ee.jar and %CATALINA_HOME%/common/lib/servlet.jar. Your classpath should have one or the other (or both).
Mark -----Original Message----- From: Giovanni Di Lembo Sent: Friday, January 24, 2003 12:55 PM I got this DBServlet.java is my Servlet. it does not fint javax.servlet.*.Should I put in jdk1.4 folders,maybe in lib or whatever ?!? thank for your help DBServlet.java:4: package javax.servlet does not exist import javax.servlet.*; ^ DBServlet.java:5: package javax.servlet.http does not exist import javax.servlet.http.*; ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
