Steve Martin wrote:
>
> databases. I'm having trouble compiling the Servlet, where it can't find
> "javax.servlet.*" or any of the import(s).
Anytime your compiler or JVM complains that it cannot find a class, it
means you have a classpath problem. Your compiler's classpath must
include the path (including the file name) of the servlet library. The
servlet library is in the file servlet.jar which is included as part of
the jsdk. So, for example, if you've installed the servlet.jar file to
C:\java\servlet\servlet.jar then your classpath for compiling must
include 'C:\java\servlet\servlet.jar' You shouldn't have any problems
with the JVM because the JRun startup script probably sets the classpath
to include the correct servlet classes.
Kevin Mukhar
___________________________________________________________________________
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