Question
JLink adding external libraries to classpath
Hi guys,
I try to use .jar files within my jlink application.
What I did is to add those to the java_app_classpath within the protk.dat file.
eg.
java_app_classpath ./apps/Library.jar; ./apps/classes
java_app_classpath ./apps/Library.jar ./apps/classes
but neither did work, as soon as I'm calling a class within the .jar a ClassNotFoundException is thrown.
Would be really glad if anybody knows how to handle this.
Regards

