help with the path for servlets
I'm runnning Tomcat Appache 5.5.15 wth JAVA 1.5.06. To get servlets run on my laptop I only copied and past servlet-api.jar & jsp-api.jar into following directory
C:\Program Files\Java\jdk1.5.0_06\jre\lib\ext
which is where java is installed
you can find this jar files in tomcat as follow
C:\Tomcat 5.5\common\lib
and to setting path for java, don't forget put on end of path semicolum " ; " or some pc refuse to work with java
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901
Start your own thread, but that "error" is always that the path is not set (not classpath, path).
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
how to set path? after typng the program is not getting executed. it is showing tat javac is not recognized so please tell wat to do
First post here explain how to install Java and how to set PATH
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901