|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Linux Support For questions regarding use of LimeWire or WireShare or related questions on the Linux operating system. This includes installation questions and answers. (Check the Stickies marked in Red at top of this section.) |
| LinkBack | Thread Tools | Display Modes |
| ||||
Re: no luck Quote:
java -jar LimeWire.jar altoine |
| |||
Thanks! program works! thanks so much for the help. I still need to "source ~/.bash_profile" before i run the .jar file...anyway around this? this is a minor problem, though. i can just write a script for myself if need be. great work! |
| ||||
Re: Thanks! Quote:
If you use KDE, add "--login" at the beginning of the startkde script like so: #!/bin/bash --login That should fix your problem in KDE. I am currently trying to find a solution for openbox/fluxbox/blackbox (my preferred WM of choice). altoine |
| |||
funny installation errors I get the following errors when trying to install Limewire on my system. It is a shared system and as such i have limited access. I can only write to my home directory and very little else. Preparing to install... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Error: Unrecognized JVM specific option `-Xmx100331648'. Error: Unrecognized JVM specific option `-Xms16777216'. Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NoClassDefFoundError: ZeroGd9 at ZeroGed.a(source file unknown:line unknown, pc 0x891b04a) at ZeroGee.<init>(source file unknown:line unknown, pc 0x8cf698b) at ZeroGed.<init>(source file unknown:line unknown, pc 0x8ced83a) at ZeroGdv.a(source file unknown:line unknown, pc 0x8ce2719) at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x8c3c111) at com.zerog.ia.installer.Main.c(source file unknown:line unknown, pc 0x8c221ac) at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x831dac2) at java.lang.reflect.Method.invoke(Method.java:native ) at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x829f9d6) at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x81f73eb) |
| |||
Which java version are you using? I suggest you try downloading and installing Sun's latest JRE.
__________________ Morgens ess ich Cornflakes und abends ess ich Brot Und wenn ich lang genug gelebt hab, dann sterb ich und bin tot --Fischmob |
| ||||
For Zero-Privileged Access (Non root) Follow these instructions: 1.) Download the latest sun java jre to your home directory. 2.) Unpack the sun package (sh +javajrepackagenamehere+.bin) 3.) Unpack the sun java jre tarball (tar -xzvf +javajrepackagenamehere+.tar.gz) 4.) Make note of the newly created java directory (ie ls $HOME/j2re **Replace jre with the actual name of the directory** This is to insure that the path is valid). 5.) Edit your .bash_profile or .bashrc file and point the $JAVA_HOME path to your java directory located in your home directory (ie /home/nonrootuser **Of course, replace "nonrootuser" with the name of the home directory for the account you are making changes). 6.) Add your "$JAVA_HOME/bin" first into your $PATH statement and place "/usr/bin" at the end. You might have to remove "/usr/bin" totally from your $PATH statement if the above suggestion of putting it at the end doesn't work. 7.) Save and then run: source .bashrc or .bash_profile. 8.) Then you can install LimeWire as usual. |
| |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
!!Solution!! to LW Problems!! | Panzer | Connection Problems | 26 | March 21st, 2009 07:24 PM |
An install problem that there is no solution for | 5tr4f3 | General Linux Support | 1 | August 28th, 2002 12:22 AM |
A possible solution for connection problems | Taliban | Connection Problems | 3 | May 9th, 2002 12:07 AM |
MRJ install problem... already tried given solution.. help! | Unregistered | Mac | 2 | April 2nd, 2002 07:59 AM |
Solution to Windows 2000 Install Problem | Unregistered | Windows | 1 | March 7th, 2002 05:07 PM |