Hello,
What is the proper way to run a executable JAR user application with the FX9500 reader? Normally when running a JAR we would run one of the commands below (from a Linux or Windows machine):
java -jar MyExecutableJar.jar
OR
java -cp MyExecutableJar.jar MyEntryClass
How would that translate to the options on the FX9500? I have tried a few combinations but I just get NoClassDefFoundError errors.
Thanks in advance.
Running Executable JAR User Application - FX9500 |
0 Replies