| 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
|
|
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
|
 |
 |
|
|
subject: javax.servlet.jsp does not exist? error
|
|
|