Greeting.
I\'m having trouble executing a Java app I downloaded from the Software Index. For reasons that seem ok to me, I didn\'t want to \"install\" it but just put the .jar file on my system and execute it manually. First of all, the site claims that it works on the Z. Second of all, I can execute it on my PC just fine (the syntax for \"java\" is a little different from \"evm\").
I put the downloaded jar file, jSolun100c.jar, on my SD card, under QtPalmtop/java. If I look at the jar file on the PC (jar tf jSolun100c.jar), it appears that the \"main\" class is \"JSolun\".
Then I type in at the console:
cd /mnt/card/QtPalmtop/java
then:
evm -cp /mnt/card/QtPalmtop/java/jSolun100c.jar JSolun
I get what I gather from posts here is a classic: \"java.lang.NoClassDefFoundError: JSolun\"
Any ideas what I\'m doing wrong