| Author |
How to Execute jars
|
Bhasker Reddy
Ranch Hand
Joined: Jun 13, 2000
Posts: 176
|
|
I am trying to execute a jar file by using this command java -jar myapp.jar -r It is giving me this error. I created myapp.jar using JBUILDER java archive builder tool by selecting all the java classes in my app and providing main class. Do you have any idea why this is happening Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.jar.JarFile.<init>(JarFile.java:117) at java.util.jar.JarFile.<init>(JarFile.java:55)
|
Bhasker Reddy
|
 |
D Rog
Ranch Hand
Joined: Feb 07, 2004
Posts: 469
|
|
|
It looks like myapp.jar can't be found in the current directory, or has not read attributes.
|
Get power of your iPod with MediaChest | Minimal J2EE container is here | Light weight full J2EE stack | My blog | Co-author of "Windows programming in Turbo Pascal"
|
 |
 |
|
|
subject: How to Execute jars
|
|
|