I did but it's still not workinghello,-----Original Message-----Make sure that you have a . in your classpath. For example: .;c:\jsdk2.1\bin;c:\jsdk2.1\servlet.jar
From: Steve Dietrich [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 10, 2000 6:49 PM
To: [EMAIL PROTECTED]
Subject: Re: Classes-----Original Message-----I'm trying to import classes for my servlet but keep running into no classes found. I'm using the jdk1.2. even when using the long name for the classes (without the import statement) the compiler is not able to find the classes. are there any reported errors with the JDK or something I must do to allow such import.
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Maria Turk
Sent: Thursday, February 10, 2000 8:27 AM
To: [EMAIL PROTECTED]
Subject: Classes
what is the web server u r using to host the servlets?? What u hv to do to have ur classes recognised depends on the web server design also.
For example, to hv the imported classes recognised in Java web server, all u need to do is set the classpath environment variable accordingly. And for Apache web server, u need to edit the jserv.properties file and set the classpath there.
