Tried but does not work either. Officially if it is implemented as per java 6 launcher specs. The "*.jar" is not supported. -----Original Message----- From: sebb [mailto:[email protected]] Sent: Tuesday, September 13, 2011 2:03 PM To: Commons Users List Subject: Re: [daemon] Procrun (Prunsrv) classpath wildcard not working on AMD 64
On 13 September 2011 19:56, Cao, Li <[email protected]> wrote: > Hi! > > I tried to use the classpath wildcard with prunsrv.exe (1.0.7) running > on Windows server but having issues. I am basically trying to use this > format: > > --Classpath=foo.jar;lib\*;.\properties Have you tried the following? --Classpath=foo.jar;lib\*.jar;.\properties > > The Java application cannot find the class needed in the lib folder. > > It works if I do not use the * wildcard and add the JARs I needed. > > --Classpath=foo.jar;lib\A.jar;lib\B.jar;.\properties > > > I am using the "java" option (not JVM.dll). > > Has anyone made this wildcard classpath work with prunsrv AMD64 binary? > > Thanks! > > Li > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
