Hi JOSE,

I think the "CLASSPATH" is like the following:
CLASSPATH=c:\....\WSJava.zip;...

and you need to "package" all the classes in "Package WebSite.Servlet" into
WSJava.zip.


Bo
May 09,2000



JOSE ADRIANO BALTIERI wrote:

> Hello List
>
>          Sorry to bother the list with such a simple question like that but,
>
>          If I have c:\classes\servlet.java, which :
>
>               import java.util.Date;
>               import java.util.Enumeration;
>               import java.io.IOException;
>               import java.text.SimpleDateFormat;
>               import WebSite.Servlet.*;
>
>          And, I have WSJava.zip, wich I suppose contains WebSite.Servlet.*,
> how am I supposed to set classpath in order to avoid this compilation error :
>
> servlet.java:6: Package WebSite.Servlet not found in import.
> import WebSite.Servlet.*;
>
>          ThanXs !
>
>                                 Obrigado/Thanks a lot,
>
>                                 Jose Adriano Baltieri
>                                 Analista de Sistemas
>                                 CPD - CENTRO
>                                 UNIMEP - Universidade Metodista de Piracicaba
>                                 PIRACICABA - SP - BRASIL
>                                 Fone : 055 0 XX 19 430-1858 (english spoken)
>                                 Fax  : 055 0 XX 19 430-1898 (cx postal 42778)
>
> ___________________________________________________________________________
> 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

Reply via email to