View Single Post
  #60 (permalink)  
Old January 23rd, 2003
totothehero totothehero is offline
Novicius
 
Join Date: January 23rd, 2003
Posts: 3
totothehero is flying high
Default Java woes

I've run through the process successfully (that is, gotten LimeWire to run just fine on several occasions); recently, though, and rather inexplicably, I've needed to "source /etc/.bash_profile" in order for "java -version" to work each time I run a new terminal. Also, after i get java recognized (it prints just what it should for both "java -version" and "which java") and run "sh /usr/LimeWire/runLime.sh", the following prints:
"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)"

I don't know anything about java (or that much regarding linux, for that matter), so I am quite puzzled by this. any thoughts?
Thanks much
Reply With Quote