Tuesday, October 2, 2007

[SOLVED] eclipse tomcat debug ClassNotFoundException URLClassLoader

Need to add jars.

In the Eclipse to the "Run" -> "Open Debug Dialog..." -> Java Application -> your launch configuration -> "Classpath" Tab -> User Entries

Add two jars:
"tools.jar" from JAVA_HOME/lib
"bootstrap.jar" from TOMCAT_HOME/bin

1 comment:

Unknown said...

Thank you, good man! That's just what I looked for.