|
From: davidbeers <db...@gm...> - 2007-12-19 01:53:42
|
I have an executable jar with a main class whose name I've verified from the manifest (I built the jar myself). Wrapper seems unable to execute it, issuing a ClassNotFoundException. I've looked my wrapper classpath over and can't see what the problem could be. The salient bits of my wrapper.conf look like this: wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../lib/tileserver.jar wrapper.java.library.path.1=../lib wrapper.app.parameter.1=com.pikesoft.TileServer tileserver.jar is my executable jar, it's located in the lib directory as described, and com.pikesoft.TileServer is the fully qualified name of its main class. From the FAQ it seems like this is all as it should be, but I'm obviously missing something! Probably something stupid... <sigh/> -- View this message in context: http://www.nabble.com/Executable-jar-ClassNotFoundException-tp14409676p14409676.html Sent from the Java Service Wrapper mailing list archive at Nabble.com. |