View Single Post
  #1 (permalink)  
Old September 19th, 2002
Unregistered
Guest
 
Posts: n/a
Default Exception in thread "main" ...

Hi all,

I just did the following:
installed RedHat 7.3
installed j2re from Sun
downloaded and installed limewire self-extracting installer from limewire.com

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.
Reply With Quote