Hi, I assume that you are having a question on how to make the servlet API visible to the Java compiler when compiling Java servets.
Well, you merely add the servlet.jar file to the CLASSPATH environment variable. The method of set the CLASSPATH environment variable differes from one Operating System to another. e.g. on Win95/95 systems, you'd edit the autoexec.bat file to alter the CLASSPATH setting e.g. set CLASSPATH=d:\libraries\servlet.jar; Sriram 09/12/2001 6:45:18 PM, netvision <[EMAIL PROTECTED]> 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? > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___________________________________________________________________________ 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
