pro_jsp thread: javax.servlet.* packages not recognised by my compiler jdk1.3.1_01
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.
>
>