|
 |
pro_jsp thread: Re: javax.servlet.* packages not recognised by my compiler jdk1.3.1_01
Message #1 by "Lester Peterkin" <lesterdale@h...> on Tue, 4 Dec 2001 13:37:32
|
|
Hi Lester,
Java.Servlet is contained in your web server instead
of your java compiler. It must reside in your Tomcat.
If not then reinstall your tomcat.
I hope this work
Hassan
--- Lester Peterkin <lesterdale@h...> wrote:
> > 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.
> >
> >
>
> Thanks for your help, this made all the difference.
> It meant I could compile my custom tags
> which I previously couldn't, as soon as I ammended
> the classpath, it also allowed the class to
> be loaded in my JSP to be implemented. Sorry it's
> taken soo long to get a reply to you but I
> very grateful for your help.
> ---
> Do you need true END-TO-END (e2e) Java Messaging
> (JMS)? Softwired
> offers industry's ONLY complete 100% JMS messaging
> solutions for your
> needs TODAY.
> Visit
>
http://adtracking.wrox.com/track.asp?x=p2p%2Fe%2Fjava%2Dsoftwired&url=www.softwired-inc.com
> NOW and find
> out more!
> Our unique product range includes: iBus//Mobile
> (wireless data),
> iBus//MessageBus (IP Multicast), iBus//MessageServer
> (store and forward)
> and much more!
> syedhassanjaved@y...
> $subst('Email.Unsub')
>
>
=====
Syed Hassan Javed
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com
|
|
 |