Thread: Java Problem
View Single Post
  #1 (permalink)  
Old August 28th, 2003
mpierce
Guest
 
Posts: n/a
Default Java Problem

Problems with new version & java.
Downloaded newest version of Pro 3.4
Running Debian Sarge system.
Sun java installed, j2re1.4.1_02

Launching program with:
cd /usr/local/LimeWire/
export J2SE_PREEMPTCLOSE=1
/usr/local/j2re1.4.1_02/bin/java -jar RunLime.jar

Error messages:
lime
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)

OK, what's the problem; have always gotten previous versions to work without a problem.
Reply With Quote