It's not necessary at all to add all jars into classpath to make it your
struts application work. Jeromy is right that the problem may caused by
wrong syntax on classpath.
Again, Tomcat classloaders will find class for you if your jars placed at
right place. You dont even have to put jars in comm
Guys, please read a classpath tutorial. There's a decent one here:
http://www.kevinboone.com/classpath.html
The following section is especially relevant that I've copied from that
page for you:
JARs on the classpath
The java compiler and run-time can search for classes not only in
s
2 matches
Mail list logo