Hello,
Attempting to run java app from zip file rather than jar but having some difficulty. I have placed all the classes for the app in the zip. The files not are compressed. Here's a sample of the code:
'the following tries to run Main.class. Also, tried calling app name
cvm.exe" -Xbootclasspath/a:"\Storage Card\database\jsr169.jar" -Djava.class.path="\Storage Card\Myclasses.zip" Main
'Error rec'v
java.lang.NoClassDefFoundError: Main (wrong name: MyApp/Main)
any help is appreciated.