Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Linux Support (https://www.gnutellaforums.com/general-linux-support/)
-   -   Can not start Limewire (Mandrake8.1 JDK1.3.1_01) (https://www.gnutellaforums.com/general-linux-support/5430-can-not-start-limewire-mandrake8-1-jdk1-3-1_01-a.html)

Unregistered November 12th, 2001 10:20 PM

Can not start Limewire (Mandrake8.1 JDK1.3.1_01)
 
./LimeWire
Invocation of this Java Application has caused an ExceptionInInitializerError. This application will now exit. (LAX)

Stack Trace:
java.lang.NullPointerException
at com.limegroup.gnutella.util.CommonUtils.<clinit>(C ommonUtils.java:119)
at com.limegroup.gnutella.SettingsManager.<clinit>(Se ttingsManager.java:106)
at com.limegroup.gnutella.gui.ResourceManager.<clinit >(ResourceManager.java:68)
at com.limegroup.gnutella.gui.Initializer.<init>(Init ializer.java:82)
at com.limegroup.gnutella.gui.Initializer.<clinit>(In itializer.java:42)
at com.limegroup.gnutella.gui.Main.main(Main.java:17)
at java.lang.reflect.Method.invoke(Native Method)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)

Unregistered November 15th, 2001 09:50 AM

I used Sun's J2SDK 1.4.0 beta 3. You must be sure to make sure your Java classpath is set correctly. Also, you MUST run LimeWire from the directory it is installed in (it took me two weeks to get it working.

I created a small file I can use to start it...in my home directory I have a file with contents...

cd LimeWire; sh ./runlime.sh

Hope that helps...

lloyd.osten@accesscomm.ca

Unregistered November 15th, 2001 09:58 AM

One thing you should do first is uninstall kaffe if you haven't done so already. It didn't work at all with kaffe installed..nothing but errors


I believe I used the tgz version of Limewire.

lloyd.osten@accesscomm.ca

Unregistered November 17th, 2001 11:41 AM

same problem on mandrake 8.1
 
I'm getting the exact same problem as the original poster. I'm running mdk8.1 and have jre1.3.1_01 installed. Kaffe is totally gone from my system but I'm still getting these errors on launch. I set paths everywhere but no dice.

Unregistered November 25th, 2001 11:17 AM

I've exactly the same problem as first poster.

Unfortunately, nothing constructive to add.

John Blackbelt Jones November 25th, 2001 11:46 AM

You need to have the following items in your classpath, or Limewire won't work. Put them into your LimeWire.lax (if they aren't already there) and try to use the static path.

.../LimeWire/swing.jar
.../LimeWire/LimeWire.jar
.../LimeWire/jl011.jar
.../LimeWire/collections.jar
.../LimeWire/xerces.jar
.../LimeWire/lax.jar
.../LimeWire/
/usr/lib/java/lib/rt.jar (or wherever your class lib is on your computer)

If it still doesn't work try starting LimeWire directly with the command:

java -classpath swing.jar:LimeWire.jar:.....:. com.limegroup.gnutella.gui.Main

note that LimeWire will work then, but some features may not be accessible.

Unregistered November 25th, 2001 02:44 PM

Tried everything. About to give up. No hope. Back to windows. Billy-Bob Gates owns my soul. Its not worth this much frustration just to download a few songs.

Unregistered November 25th, 2001 04:23 PM

I've tried running the following from the command prompt:

java -classpath swing.jar:LimeWire.jar:(blahblahblah.jar). com.limegroup.gnutella.gui.Main

I get the error java: command not found

Any ideas?

John Blackbelt Jones November 25th, 2001 10:46 PM

yes, check where your '.java_wrapper' is and create a symlink named 'java' in your /usr/bin directory. Java wasn't found in your PATH.

Unregistered November 28th, 2001 03:36 PM

What I had to do...
 
Here is my runlime.sh
It works from anywhere
------------------------------
#!/bin/sh
#
# Runs LimeWire. This script must be executed in your LimeWire
# install directory.
#
# We must set the J2SE_PREEMPTCLOSE environment variable to 1 to
# work around some limitations in the JDK1.3. For more information
# see http://java.sun.com/j2se/1.3/relnotes.html#vm
#
J2SE_PREEMPTCLOSE=1; export J2SE_PREEMPTCLOSE

#replace with your LimeWire directory
limewire_dir=/home/roman/LimeWire

cd $limewire_dir

#this is all one line
/usr/java/jdk1.3.1/jre/bin/java -classpath $limewire_dir:$limewire_dir/RunLime.jar:$limewire_dir/LimeWire.jar:$limewire_dir/collections.jar:$limewire_dir/jl011.jar:$limewire_dir/lax.jar:$limewire_dir/xerces.jar com.limegroup.gnutella.gui.Main


All times are GMT -7. The time now is 01:16 PM.

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

Copyright © 2020 Gnutella Forums.
All Rights Reserved.