Running Debug in IntelliJ | jeckels | 2013-08-27 09:22 |
Status: Closed | ||
Hi Leo, You shouldn't need to manually add tomcat-coyote.jar to your classpath. As you suggest, it seems like there's something systematic problem that's preventing the various JAR files in /usr/local/tomcat/lib from being automatically added to your classpath. My debug configuration has only two JARs - bootstrap.jar and idea_rt.jar. I'm not confident that it would fix the problem, but you could try removing the others from yours. It may be confusing the VM about what classloader it should be using to load the other JARs in ./lib. Thanks, Josh |
||