Have you set correctly java CLASSPATH variable?
If not, place your .java file into the same directory, and from this
directory, run this
command:

javac -classpath . -d . *.java


----- Original Message -----
From: "Jannette Cho" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 5:36 PM
Subject: Servlet Inheritance


> I tried to code a servlet which instanciates one java
> class(HtmlResult). I'm getting compilation error. I
> tried 2 ways for the servlet.
> 1) I placed the servlet and the class in the same
> directory and I cannot compile the servlet with error
> msg like: cannot resolve symbol:HtmlResult.
>
> 2) So, I pacakage them as chap9. and compiled them. I
> got the same error msg.
>
> I'm using jdk1.3 and jre1.3 and tomcat3.2.
> And I do not see jsdk.jar file in my system in
> anywhere. Is that the problem? I see only tomcat
> version only for servlet kit at sun's site.
> Where can I get jsdk.jar file only not web server-not
> tomcat?
>
> Thanks in advance
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.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
>

___________________________________________________________________________
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