What works for me is to stick the servlet.jar in the standard jre/lib/ext directory, and treat it like an extension to the core API. In a windows system, using jdk 1.3, the directory to put the servlet.jar class is:
c:\jdk1.3\jre\lib\ext\ The above assumes that the jdk is installed on your c: drive, of course. YMMV! At 03:15 PM 12/9/01 +0200, you wrote: >How can you 'install' the servlet API class package, in the JDK, the >javac.exe won't understand naturally a 'import javax.servlet' instruction? > >___________________________________________________________________________ >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 ___________________________________________________________________________ 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
