Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   SuSE 8.0 and LimeWire (https://www.gnutellaforums.com/general-linux-support/13810-suse-8-0-limewire.html)

nDiScReEt October 13th, 2002 02:25 AM

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


All times are GMT -7. The time now is 03:11 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.