LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   LimeWire Installation Problems- No Java virtual machine could be found... (https://www.linuxquestions.org/questions/linux-software-2/limewire-installation-problems-no-java-virtual-machine-could-be-found-253817/)

DYNO 11-11-2004 06:46 PM

LimeWire Installation Problems- No Java virtual machine could be found...
 
[---@localhost Other]$ sh ./LimeWireLinux.bin
Preparing to install...
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.

I think I need this http://www.java.com/en/download/linux_manual.jsp

Which one do I download though, the RPM or the other one? I'm using Mandrake 10.

And can anyone help me with whichever one I download? I have no idea how to install it.

Skyline 11-11-2004 08:17 PM

You can install the JRE via the j2re-1_4_2_06-Linux-i586.bin

.. and as an example - one way to install it: (assuming you've downloaded it to your home directory and have become root user in an xterm)

cp /home/username/j2re-1_4_2_06-Linux-i586.bin /usr/local/bin

cd /usr/local/bin

chmod +x j2re-1_4_2_06-Linux-i586.bin

./j2re-1_4_2_06-Linux-i586.bin

kedit /home/username/.bash_profile

modify:

PATH=$PATH:$HOME/bin:

to

PATH=$PATH:$HOME/bin:/usr/local/bin/j2re1.4.2_06/bin


jmarius 12-04-2004 11:59 AM

I did exactly that and I still can't install Limewire.
My echo $PATH gives this:
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin :/usr/java/j2re1.4.2_06/bin:/home/marius/bin:
When I run the installer I get this:
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
LimeWireLinux-1.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...

Launching installer...

Warning: -Xmx100331648 not understood. Ignoring.
Warning: -Xms16777216 not understood. Ignoring.
Unable to locate the application's 'main' class. The class 'com.zerog.ia.installer.Main' must be public and have a 'public static void main(String[])' method. (LAX)
GUI-
It does not say it cannot find java. Something else must be wrong.
Any ideas?


All times are GMT -5. The time now is 11:37 PM.