I create jar files like that:
I run them like that:
Ok so far. My program is up and running.
When I try to run the same jar files with double click ( in Win XP I associate them with java.exe) I get an error, Exception in thread main...no class found.
What am I doing wrong?
Thanks
stack
Code:
jar -cvmf manifest.txt app1.jar *.class
Code:
java -jar app1.jar
When I try to run the same jar files with double click ( in Win XP I associate them with java.exe) I get an error, Exception in thread main...no class found.
What am I doing wrong?
Thanks
stack
Comment