it seems that in linux the following absolute classpath with wildcard is not resolving properly
wrapper.java.classpath.1=/dir1/dir2/dir3/lib/*.jar
(with wrapper.working.dir=/dir1/dir2/dir3)
but in windows the following works fine:
wrapper.java.classpath.1=C:/dir1/dir2/dir3/lib/*.jar
(with wrapper.working.dir=C:/dir1/dir2/dir3)
hello,
i am currently on travel and do not have access to linux.
i will get back to you once i am able to check this.
-- Ron
hello,
this works for me.
pls provide some more information, such as complete configuration file,
i have been able to reproduce this issue.
will resolve it for the next release.