|
From: Brian S. <bri...@gm...> - 2005-03-11 22:48:31
|
Hey there, I'm getting the following as an error when I try to start my application as an NT service : STATUS | wrapper | 2005/03/11 11:58:30 | --> Wrapper Started as Service STATUS | wrapper | 2005/03/11 11:58:30 | Launching a JVM... INFO | jvm 1 | 2005/03/11 11:58:31 | java.lang.NoClassDefFoundError: org/tanukisoftware/wrapper/WrapperSimpleApp INFO | jvm 1 | 2005/03/11 11:58:31 | Exception in thread "main" ERROR | wrapper | 2005/03/11 11:58:31 | JVM exited while loading the application. The wrapper.conf file entries are : wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperSimpleApp wrapper.java.classpath.1=C:\src\monitor110\services\GlobalBay\PubSubDataLoader\lib\wrapper.jar This runs fine as a console app, from any directory. Any ideas as to why this is happening? Thanks so much. |