Quote:
Originally posted by nDiScReEt I was able to replicate your error above. You are getting that error because you are not executing the file from within the correct directory of the executing jar file (LimeWire.jar) or the file that you are using to execute the file in the directory isn't pointing to the right place (symlink named "runLimeWire"). |
Nope. I've got a shell script which changes to the correct directory and executes the runlime.sh script provided with the installation. Even running runlime.sh manually from the command line produces the same error.
Interestingly, I can run LimeWire by just typing "java -jar RunLime.jar", but then I get a whole slough of errors (mostly FileNotFoundException) printed to the console:
Quote:
%java -jar LimeWire.jar
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*p-*-adobe-fontspecific]
FileNotFoundException: META-INF/MANIFEST.MF
FileNotFoundException: xml/display/audio.props
FileNotFoundException: xml/display/video.props
FileNotFoundException: xml/misc/server.props
FileNotFoundException: xml/schemas/audio.xsd
FileNotFoundException: xml/schemas/video.xsd
FileNotFoundException: META-INF/MANIFEST.MF
FileNotFoundException: ads/5590867.gif
FileNotFoundException: ads/ads.props
FileNotFoundException: ads/advertise.gif
FileNotFoundException: ads/Banner1-468x60.gif
FileNotFoundException: ads/Banner10-468x60.gif
FileNotFoundException: ads/Banner9-468x60.gif
FileNotFoundException: ads/directdsl.gif
FileNotFoundException: ads/fc468x60_1.gif
FileNotFoundException: ads/ipod2.gif
FileNotFoundException: ads/limeshop.gif
FileNotFoundException: ads/Maternatemp1.gif
FileNotFoundException: ads/Omnipotemp1.gif
FileNotFoundException: ads/paypal.gif
FileNotFoundException: ads/ringingphone.gif
FileNotFoundException: ads/upgrade.gif
java.io.FileNotFoundException: lib/Cookies.dat (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:102)
at java.io.FileOutputStream.<init>(FileOutputStream.j ava:62)
at com.limegroup.gnutella.util.FileUtils.writeMap(Unk nown Source)
at com.limegroup.gnutella.security.Cookies.save(Unkno wn Source)
at com.limegroup.gnutella.RouterService.shutdown(Unkn own Source)
at com.limegroup.gnutella.gui.Finalizer.shutdown(Unkn own Source)
at com.limegroup.gnutella.gui.GUIMediator.shutdown(Un known Source)
at com.limegroup.gnutella.gui.GUIMediator.close(Unkno wn Source)
at com.limegroup.gnutella.gui.MainFrame$1.windowClosi ng(Unknown Source)
at java.awt.Window.processWindowEvent(Window.java:812 )
at javax.swing.JFrame.processWindowEvent(JFrame.java: 237)
at java.awt.Window.processEvent(Window.java:788)
at java.awt.Component.dispatchEventImpl(Component.jav a:2593)
at java.awt.Container.dispatchEventImpl(Container.jav a:1213)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:24 97)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 339)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:85)
|
Given that the LimeWireLinux.tgz available for download does not have any of the files mentioned above, my working theory is that someone forgot to recurse directories when making the tarball...