andy wrote:
> Upon initial load, I set my path to C:\jdk1.2.1\bin
> so that I could type "javac" on the command line without any errors.
>
> If I type C:\JavaWebServer1.1.3\servlets>javac HelloWorld.java
> I get:
>
> HelloWorld.java:3: Package java.servlet not found in import.
> import java.servlet.*;
> ^
This should be java**X**.servlet.* -- i.e.,
import javax.servlet.*;
Jim
___________________________________________________________________________
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