the package is not in your classpath

vVolf


> -----Oryginalna wiadomooeæ-----
> Od: Mick Sullivan [mailto:[EMAIL PROTECTED]]
> Wys³ano: 22 marca 2001 22:37
> Do: [EMAIL PROTECTED]
> Temat: Question on import javax.servlet.*;???
> 
> 
> Hi
> Does anyone know why I get the following error when I try to import
> "import javax.servlet.*;  AND
> import javax.servlet.http.*;"
> I need them for my loginHandler to use sendRedirect etc.
> This is the error:
> 
> C:\JBuilder35\jdk1.2.2\bin>javac 
> c:\tomcat\webapps\projectuser\web-inf\classes\l
> oginHandler.java
> c:\tomcat\webapps\projectuser\web-inf\classes\loginHandler.jav
> a:7: Package 
> java.
> servlet not found in import.
> import java.servlet.*;
>        ^
> c:\tomcat\webapps\projectuser\web-inf\classes\loginHandler.jav
> a:8: Package 
> java.
> servlet.http not found in import.
> import java.servlet.http.*;
> 
> Anyone have any ideas? The answer is probably straight 
> forward (as usual)
> Thanks in advance,
> Mick
> 
> 
> 
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com.

Reply via email to