aspose file tools
The moose likes Servlets and the fly likes javax.servlet.jsp does not exist? error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "javax.servlet.jsp does not exist? error" Watch "javax.servlet.jsp does not exist? error" New topic
Author

javax.servlet.jsp does not exist? error

Tom Barns
Ranch Hand

Joined: Oct 27, 2000
Posts: 138
Hi
I need that package to be able to compile the tag library handler.
please tell me how to set the classpath to pick it up,or at least where can i find that packagemin which jar?
thanks for your time


Thanks for your help.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12324
    
    1
Since "javax" means it is a standard extension, you can put the jar files in
Java_home\jre\lib\ext
directory. Where they will be picked up automatically.
As I recall, it is servlet.jar that you want. It comes with the Tomcat distribution.
Bill
------------------
author of:


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: javax.servlet.jsp does not exist? error
 
Similar Threads
Cant use object from another class
Posting to bump up my count...
WA #1.....word association
The x900 effect ?
Text box value is not being completely filled with request attribute