-
thanx man but i already knew that just everytime i tried to install limewire with su i get errors. i posted the results on here before but nobody had an answer for me this is what i get Code:
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.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
GUI-
oh yeah btw sorry for the double post i must have hit the subbmit button twice i tried to delete the other post but couldnt find a delete option sorry guys
-
your $PATH t java is probably inexistant...
what ill do in your case (I also often do this...) if you want to install this in "/usr/local/share/limewire"
idd do this in terminal under root access
Code:
chmod o+w /usr/local/share
then install as normal user...
then
Code:
chmod o-w /usr/local/share
Its a little hack that can be done... instead of putting a java $PATH in its config....