Thanks for your answer.

I've just downloaded the jswdk-1.0 and I don't know how to compile a servlet.
I'm coding

import java.io.*;
import java.servlet.*;
import javax.servlet.*;

....

with the error:

Undefined package 'java.servlet'(J0051)
Undefined package 'javax.servlet'(J0051)

Do I have to point a classpath to some directory?
Do I have to include some jar files?

Thanks in advance.

Fernando Lagos
[EMAIL PROTECTED]
http://members.xoom.com/lakes

___________________________________________________________________________
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

Reply via email to