View Single Post
  #1 (permalink)  
Old September 8th, 2002
SelfProclaimedIdiot
Guest
 
Posts: n/a
Exclamation LimeWire on Suse 8.0 (...once again)

Every time I try to run runLimeWire.sh, it comes up with "This Application has Unexpectidly Quit" An explanation of the error is:
java.lang.NoClassDefFoundError+ javax/swing/JDialog
at
at RunLime.showInternalError (Unknown Source)
at RunLime.main (Unknown Source)
at com.zerog.lax.LAX.launch (Unknown Source)
at com.zerog.lax.LAX.main (Unknown Source)

If it helps, my runLime.sh code is:
#!/bin/sh
#
# Runs LimeWire. This script must be executed in your LimeWire
# install directory.
#
# We must set the J2SE_PREEMPTCLOSE environment variable to 1 to
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#".:collections.jar:xerces.jar:jl011.jar:MessagesB undles.jar"
#
CLASSPATH=".:LimeWire.jar:collections.jar:xerces.j ar:j1011.jar"
export CLASSPATH
J2SE_PREEMPTCLOSE=1
export J2SE_PREEMPTCLOSE

cd /home/dustin/LimeWire
java -jar RunLime.jar


Help please!!!
Thx.

Dustin
Reply With Quote