View Single Post
  #10 (permalink)  
Old October 7th, 2002
Unregistered
Guest
 
Posts: n/a
Default Getting path the VM not in Path message

export PATH=$PATH:/{wherever you installed it}java/bin

needs to be added to your path statement to get rid of the JM not in path error. Just substitude {where you installed it} with your path. Mine was /usr/java/j2re1.4.1/bin so that makes my statement:

export PATH=$PATH:/usr/java/j2re1.4.1/bin

After that you're on your own if you have SUSE 8.0! I can't get LimeWire to work on Suse 8.0! Everyone's getting this error:

Exception in thread "main" java.lang.NoClassDefFoundError: lax/nl/java/option/java/stack/

If anyone gets past this, please let me know.
Reply With Quote