|
From: Leif M. <le...@ta...> - 2005-04-14 07:57:21
|
Matt, This is almost certainly a classpath problem. Make sure that you have the wrapper.jar file included in your classpath and that the integer numbers in each classpath property do not overwrite a previous property: wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../lib/appjar1.jar wrapper.java.classpath.3=../lib/appjar2.jar I usually just do this as it makes things simple when jars change: wrapper.java.classpath.1=../lib/*.jar You can verify your classpath by setting the wrapper.java.command.loglevel=INFO property in Wrapper 3.1.2 or wrapper.debug=true for previous versions. Cheers, Leif Pattinson, Matthew wrote: > Hi, > > I am trying to use the wrapper to run LGOL-NET as an NT service but am > running into a problem. I am following the instructions given in the > Method 1 integration but when I try running the bet file I get the > following error: > > STATUS | wrapper | 2005/04/13 15:49:32 | --> Wrapper Started as Console > STATUS | wrapper | 2005/04/13 15:49:33 | Launching a JVM... > INFO | jvm 1 | 2005/04/13 15:49:35 | > java.lang.NoClassDefFoundError: tanukisoftware/wrapper/WrapperSimpleApp > INFO | jvm 1 | 2005/04/13 15:49:35 | Exception in thread "main" > ERROR | wrapper | 2005/04/13 15:49:35 | JVM exited while loading the > application. > > Is anyone able to shed any light on this for me? > > Many thanks, > > Matt > |