Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: error (generic)http servlet class not found


Message #1 by ashish sakharkar <aashu52@y...> on Thu, 28 Jun 2001 03:12:00 -0700 (PDT)
Hi ashish
  See even I faced the problem earlier. U have installed the JSDK. In
lib there must be 2-3 jars. Just put them in environment variable of
autoexec.bat and restart your system.
eg in Autoexec.bat write
SET CLASSPATH=c:\JSDK2.0\lib\xxxx.jar;c:\JSDK2.0\lib\jar2.jar;  etc
and reboot your system.
Then recompile

Regards
Vikas
<gandhi@d...>
U can mail to me here also
 

ghkazi wrote:
> 
> u have to set ur classpath enviroment variables to point to them
> 
> -----Original Message-----
> From: bounce-servlets-556097@p...
> [mailto:bounce-servlets-556097@p...]On Behalf Of ashish
> sakharkar
> Sent: Thursday, June 28, 2001 3:12 PM
> To: Servlets
> Subject: [servlets] error (generic)http servlet class not found
> 
> hi vikas
> thanks for mailing me .
> I am a beginer in java and servlets.I have some
> problem regarding java and servlet if u could pl. help
> me.
> I have jdk1.2.1 and jsdk 2.0
> I have kept both dir on c:
> I compile my servlet in jdk bin,
> but this gives me error (generic)http servlet class
> not found.can u tell me why do we set class path and
> how in this .
> pl.reply.
> thanks
> ashish


  Return to Index