-
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.
-
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
-
Root and user must have different paths then. Have you set the CLASSPATH for root?
Jeremy
-
what is classpath and sorry if this is the wrong forum
-
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
-
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:/newpathtojavaexec
-
I heard about this problem on Free Limewire Guide but i download Limewire Pro for free and enjoy
-
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 -".