Hi,
shame on me! I actually made a stupid mistake and wasted quite some time
because I have been editing the wrong file... It's just too hot in
Germany at the moment...
OK, the problems I reported are actually no problems: using --classpath
just did the trick. Sorry for bothering you.
Cheers
Christian
Andi Vajda schrieb:
On Tue, 18 Aug 2009, Andi Vajda wrote:
Maybe the JVM is depending on some native code that can't be found
for this class. In that case you'd need to use
-Djava.library.path=<path> with vmargs. If that resolves the
problem, adding another command line flag to jcc for setting the
library path should be considered.
I added a new parameter, --libpath, that makes it possible to set
java.library.path in vmargs from the command line.
This is committed in rev 806057.
Andi..