I get this error…
i am using tomcat 5.5
other servlets work fine…
my imports are:
import javax.servlet.;
import javax.servlet.http.;
import java.io.;
import javax.sql.;
import javax.naming.*;
any idea why this is happening ?
I get this error…
i am using tomcat 5.5
other servlets work fine…
my imports are:
import javax.servlet.;
import javax.servlet.http.;
import java.io.;
import javax.sql.;
import javax.naming.*;
any idea why this is happening ?
Verify that servlet-api.jar or some other similar jar is in your classpath.
When do you get the class not found? During development or during runtime?
I have double checked the class path:
C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib
That is where i have all the jars…
i have servlet.jar
as well as servlet-api.jar there…
Just fyi… i am on vista.
Also check your catalina_home variable.