View Single Post
  #39 (permalink)  
Old October 14th, 2002
Unregistered
Guest
 
Posts: n/a
Default

my previous message


I tried what you said --
using vi i typed
#/bin/sh
sh $HOME/LimeWire/runLime.sh

then did

chmod +x LimeTime --( even used that file name lol )

this was the output when i tried to run it --- yes i was in the right directory

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)

any ideas ???
thanks
-----------------------------
no need to repsond.. i figured it out
i did a classpath statement -- just because i happened to come accross a java class error during this process.... and voila everything works perfect now... not only can i run limewire from the konsole... i can now launch it from a desktop icon...

thanks for the help
Reply With Quote