![]() |
|
|||||||
| 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.) |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Could somebody please help me? I just got Mandrake Linux 2 days ago and know virtually nothing. I know I sound stupid but I have the LimeWireLinux.bin file and dont know how to start to install it. I know I need to go into the shell but I dont know what to type. Please help me. Thanks in advance
|
|
#2
|
|||
|
|||
|
I installed the Java j2re 1.4.1-01, it installed to a folder at /user/java/j2re1.4.1_01 (this location is used in the PATH=$PATH: )
then, I opened my Terminal (they say DO NOT install as root, so don't use Super User Mode Terminal) then cd to the folder where you downloaded LimeWireLinux.bin, then I typed in: PATH=$PATH:/usr/java/j2re1.4.1_01/bin sh ./LimeWireLinux.bin Then the installation wizard starts. |
|
#3
|
|||
|
|||
|
ok i installed my JVM client and limewire still wont work. here is the output that it keeps throwing at me:
[charles@localhost charles]$ PATH=$PATH:/usr/java/j2re1.4.1_03/bin sh ./LimeWireLinux.bin 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 0x864982a) at ZeroGee.<init>(source file unknown:line unknown, pc 0x86451bb) at ZeroGed.<init>(source file unknown:line unknown, pc 0x8229c22) at ZeroGdv.a(source file unknown:line unknown, pc 0x85ff337) at com.zerog.ia.installer.Main.a(source file unknown:line unknown, pc 0x868f8f1) at com.zerog.ia.installer.Main.c(source file unknown:line unknown, pc 0x866e1ac) at com.zerog.ia.installer.Main.main(source file unknown:line unknown, pc 0x833d2e2) at java.lang.reflect.Method.invoke0(Method.java:nativ e) at java.lang.reflect.Method.invoke(Method.java:256) at com.zerog.lax.LAX.launch(source file unknown:line unknown, pc 0x82b59d6) at com.zerog.lax.LAX.main(source file unknown:line unknown, pc 0x82033ed) [charles@localhost charles]$ it would be great if someone could get this thing working. thanks in advance |
|
#4
|
|||
|
|||
|
I am getting the exact same error messages. This is on a fresh install of Mandrake 9.0 Any assistance will be greatly appreciated.
|
|
#5
|
||||
|
||||
|
chucklez and all with an rpm based installation. If "The Solution To All Install Problems" suggestion of removing kaffe from your system didn't help, then follow the following suggestion. If this helps or addresses your issue outside of the kaffe problem then I will add it to the line above. Type this suggestion:
rpm -q --whatprovides /usr/bin/java That command should point you to another java program other than kaffe like jdkgcj. If that is true, just remove it like so: rpm -e --nodeps jdkgcj Hope that helps. P.S. If you deleted /usr/bin/java then you will have to hunt and peck for these two that I am aware of as cuasing this problem. Type: rpm -qa|grep jdkgcj or rpm -qa|grep kaffe If either is present, just remove it with the "--nodeps" option tag. altoine |
|
#6
|
|||
|
|||
|
This fix (this time whacking Kaffe with [root@wherever#]rpm -e kaffe and specifying the path to java) also works perfectly in Mandrake 9.2 as well.
|
|
#7
|
|||
|
|||
|
[fecalmatter@localhost downloads]$ PATH=$PATH:/usr/java/j2re1.4.2_01/bin sh ./LimeWireLinux.bin
Preparing to install... tail: `-1' option is obsolete; use `-n 1' Try `tail --help' for more information. ./LimeWireLinux.bin: line 326: [: `)' expected, found -z WARNING! The amount of /tmp disk space required and/or available could not be determined. The installation will be attempted anyway. Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... No Java virtual machine could be found from your PATH environment variable. You must install a VM prior to running this program. [fecalmatter@localhost downloads]$ ![]() as you can see the jvm is installed... |
|
#8
|
||||
|
||||
|
Quote:
altoine |
|
#9
|
|||
|
|||
|
You're right my path was wrong however its not bin.sh lol
it would be the same thing as typing: PATH=$PATH:/usr/java/j2re1.2.4_05/bin \ sh ./Limewire.sh :-D |
|
#10
|
|||
|
|||
|
I had a little trouble installing Limewire on Mandrake 10 myself. It couldn't seem to find my Java installation on it's own. Putting a symlink to the Java executable file in my bin directory seemed to fix the problem. Doing this in a bash shell should look something like:
user$ ln -s /your_java_directory_pathway/executable_file link_name for me the line was: user$ ln -s /usr/java/j2re1.4.2_05/bin/java java I hope this helps. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with mandrake 10 install please | nerdsac | General Linux Support | 0 | January 5th, 2005 05:32 AM |
| Mandrake 8.1 Install difficulties! | Unregistered | General Linux Support | 5 | February 6th, 2002 07:16 AM |
| Mandrake 8.1 install problems | dman123c | General Linux Support | 3 | January 19th, 2002 04:58 PM |
| Mandrake 8.0 install prob! | Unregistered | General Linux Support | 8 | November 10th, 2001 06:23 AM |
| Cant install in Mandrake 8 | Tae Kwon Do | General Linux Support | 5 | July 30th, 2001 06:54 AM |