You need to set the classpath(include the path of servlet package you
are using) in JBuilder manually.
-----Original Message-----
From: Arora Monika [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 4:56 PM
To: [EMAIL PROTECTED]
Subject: Compilation problem
Hi,
When I complile my servlets fro DOS, they get compiled. But if I do same
with vcafe or jbuilder, I can't compile. It says:
Error: C:\Servlets\MyServlet1.java(2): Package javax.servlet not found in
import.
import javax.servlet.*;
^
Error: C:\Servlets\MyServlet1.java(9): Superclass GenericServlet of class
MyServlet1 not found.
public class MyServlet1 extends GenericServlet {
Thanks,
Monika.
___________________________________________________________________________
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