Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: javax.servlet.* packages not recognised by my compiler jdk1.3.1_01


Message #1 by "Lester Peterkin" <lesterdale@h...> on Tue, 20 Nov 2001 17:30:54
Javax is contained in your web server not in compiler. You need to specify 
Classpath for these packages in you classpath to get it recognized by your 
Compiler. At the moment you are missing those classpaths. I have tried it 
for hundred times and I beleive that this will definately work after you 
specify them

Hassan


> try to put tomcat's (or which ever servlet container you're using) .jar
> files in your classpath (or compile with -classpath
> %CLASSPATH%;.;[THEPATHTOTOMCATSJAR]
> 
> greg
> 
> 
> > My java compiler doest have the javax.servlet.* packages and so any of 
the
> > interfaces associated with the packages doest work and my Tag library 
is
> > useless. So what am I doing wrong.
> 
> 

  Return to Index