ElDiabloConCaca
U.S.D.A. Prime
PLEASE help! I'm in a second-year Java programming class at my local university, and am trying desperately to complete my projects using ProjectBuilder instead of having to fire up VirtualPC to use JBuilder.
I'm getting the error:
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)
java has exited with status 1.
This happens EVERY time I try to compile. I have the Dec 2002 Dev Tools installed with the GCC and Java 1.4.1 updates -- everything's up to speed.
I tried this with a few of my projects, and each yields that same error message when the program runs. Just for kicks, I created a new project with the default "Java Tool" template. It automatically generates a main method with the System.out.println("Hello world!"); line, which should compile and run flawlessly. Even THAT yields that same error message.
Help! What's wrong with my Java?! I can't compile/run ANY program because it gives me that same error every time!
I'm getting the error:
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)
java has exited with status 1.
This happens EVERY time I try to compile. I have the Dec 2002 Dev Tools installed with the GCC and Java 1.4.1 updates -- everything's up to speed.
I tried this with a few of my projects, and each yields that same error message when the program runs. Just for kicks, I created a new project with the default "Java Tool" template. It automatically generates a main method with the System.out.println("Hello world!"); line, which should compile and run flawlessly. Even THAT yields that same error message.
Help! What's wrong with my Java?! I can't compile/run ANY program because it gives me that same error every time!