|
From: Leif M. <le...@ta...> - 2010-02-09 23:05:30
|
Dave, Yes this is possible. The following example includes 3 jars and a directory on the classpath: wrapper.java.classpath.1=../lib/wrapper.jar wrapper.java.classpath.2=../lib/myapp.jar wrapper.java.classpath.3=../lib/mysql.jar wrapper.java.classpath.4=../classes You can also do this to add all jars matching the specified pattern: wrapper.java.classpath.1=../lib/*.jar wrapper.java.classpath.2=../classes See the following page: http://wrapper.tanukisoftware.org/doc/english/prop-java-classpath-n.html Let me know if you have any other questions. Cheers, Leif On Wed, Feb 10, 2010 at 6:16 AM, Dave Garratt <dav...@ma...> wrote: > Should it be possible to reference directories rather than individual .jar > files in the config file. I know that java 1.6 command lines support this. > > > > Thanks > > > > Dave |