Results 1 to 8 of 8
I have tried sevrel times to install limewrie to noa vail this is what i get
Code:
sh LimeWireLinux.bin
Preparing to install...
Extracting the installation resources from the installer archive...
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-14-2005 #1
LimeWire
I have tried sevrel times to install limewrie to noa vail this is what i get
Code:sh LimeWireLinux.bin Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NoClassDefFoundError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62) at java.awt.Window.init(Window.java:231) at java.awt.Window.<init>(Window.java:275) at java.awt.Frame.<init>(Frame.java:401) at java.awt.Frame.<init>(Frame.java:366) at com.zerog.ia.installer.Main.c(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 01-14-2005 #2
ok when i try to install it as root that^^^is what i get but if i leave root then type ./LimeWireLinux.bin it starts to install. Only problem is it wants to install to the home dir and i dont like that
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 01-14-2005 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Root and user must have different paths then. Have you set the CLASSPATH for root?
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 01-15-2005 #4
what is classpath and sorry if this is the wrong forum
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 01-18-2005 #5Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,120
Did you fully install J2SE?
I would install it under /opt...
So type /opt/LimeWire for your installation path.
>Start it with /opt/LimeWire/LimeWire
- 01-18-2005 #6Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
seems you missing j2se.download it from sun site and after installing it you should add the executables of java to your path variable like
PATH=$PATH:/newpathtojavaexecLinux For Ever!
- 10-09-2006 #7Just Joined!
- Join Date
- Oct 2006
- Posts
- 3
I heard about this problem on Free Limewire Guide but i download Limewire Pro for free and enjoy
- 10-09-2006 #8
It doesn't seem like its a java related problem. You are being denied access to the display because as root you are not the user who started the X session. Switch to root using "su" instead of "su -" and LimeWire should install fine to paths where only root can write. This is because if you use "su" to switch to another user, you keep the previous users environment which is not the case if you use "su -".


Reply With Quote
