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]
