View Single Post
  #1 (permalink)  
Old October 13th, 2002
nDiScReEt's Avatar
nDiScReEt nDiScReEt is offline
_eLeCtRiFyInG MeMbRr_
 
Join Date: May 9th, 2002
Location: Chicago
Posts: 232
nDiScReEt is flying high
Default Re: Getting path the VM not in Path message

Quote:
Originally posted by Unregistered
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.
Try this solution posted by an "Unregistered" named "sam":

in the run script, replace the semicolons with colons.

so the line:
CLASSPATH=".;../core/lib/collections.jar;lib;lib/core.jar;../core/lib/xerces.jar;lib/jl011.jar"

should read:

CLASSPATH=".:../core/lib/collections.jar:lib:lib/core.jar:../core/lib/xerces.jar:lib/jl011.jar"

sam

or this solutions posted by another "Unregistered" named "Guest":

The installation went fine.
When I tried to execute ./runLimeWire the following error was reported:

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

After a lot of fiddling around I tracked this down to a mistake in the LimeWire/LimeWire.lax file. The line:

lax.nl.java.option.java.stack. size.max=65536

Should not have had a space between stack. and size. Removing this space made everything peachy.

I guess this is a bug in InstallAnywhere / LaunchAnywhere.

Hope this helps someone.

HTH

altoine
Reply With Quote