| Author |
Setting classpth for jar files
|
Nithish Yalamanchili
Greenhorn
Joined: Aug 16, 2007
Posts: 24
|
|
Hai Iam having multiple jar files(servlet-api.jsp-api,mysql-conn..) in Tomcat/common/lib. How to set classpath for 2jar files in environment variables .
|
 |
Freddy Wong
Ranch Hand
Joined: Sep 11, 2006
Posts: 959
|
|
To set a classpath for a JAR file, you need to include the JAR name, e.g. $TOMCAT_HOME/common/lib/servlet-api.jar:$TOMCAT_HOME/common/lib/jsp-api.jar, etc etc.
|
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
|
 |
 |
|
|
subject: Setting classpth for jar files
|
|
|