View Single Post
  #4 (permalink)  
Old August 25th, 2001
John Fox John Fox is offline
Apprentice
 
Join Date: August 19th, 2001
Posts: 6
John Fox is flying high
Default

Kevin,



Thanks for your replly. I added a CLASSPATH=/opt/limewire (which is where the classes are located for lime. I keep getting the following error:

java.lang.NoClassDefFoundError: javax/swing/JOptionPane



It seems like I am missing a path to the default java runtime environment cleasses supplied by sun with the JRE. I have reinstalled the JRE from the .rpm but do not know where the file(s) were placed, or if there even is such a thing.



Could that be the problem?



Quote:
Originally posted by Unregistered

Double check your Classpath. Make sure that you have the Java JRE files located there. This is usually the case in ANY java application. If you are using bash, just type env. If you should see a classpath variable, if you don't, you can create it by running set classpath=path/to/JRE/files. You may want to add it to your profile as well, so it is set on login





Kevin


kevin@mayday-anime.com
Reply With Quote