I looked at the Tomcat HowTo, so what do I use in place of
"System.getProperty("java.class.path",".");"
Ageed on not including the 2.4 jar!
--
View this message in context:
http://www.nabble.com/Tomcat-6-classpath-issue-tp18853872p18856933.html
Sent from the Tomcat - User mailing list archive a
I have the following jars in my web projects \web\WEB-INF\lib dirdectory -
log4j-1.2.13.jar, mysql-connector-java-5.0.5.jar, servlet-api-2.4.jar,
standard-1.1.2.jar
When I retrieve the classpath using -
String classPath = System.getProperty("java.class.path",".");
LOG.debug("Clas