sheds
11-03-2004, 07:04 PM
I have exactly the same problem. I have installed java, i don't know wether it was the JRE or the JVM. The thing is i get the msg:
[rafa@00e0295c9f23 Installers]$ 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 had to link java to mozilla for the browser to use java. I does work, i can run applets on mozilla. Then i had to modify bashrc and add some lines, the file was left like follows:
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
PATH=$PATH:/usr/java/j2sdk1.4.2_01/jre/bin:
JAVA_HOME=/usr/java/j2sdk1.4.2_01/jre/bin
export PATH
export JAVA_HOME
What am i missing? Or is something wrong in this file? Or should i tell sh ./LimeWireLinux.bin that java is somewhere in the machine?
HELP PLEASE!!!! Thanks everybody!!!
[rafa@00e0295c9f23 Installers]$ 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 had to link java to mozilla for the browser to use java. I does work, i can run applets on mozilla. Then i had to modify bashrc and add some lines, the file was left like follows:
# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
PATH=$PATH:/usr/java/j2sdk1.4.2_01/jre/bin:
JAVA_HOME=/usr/java/j2sdk1.4.2_01/jre/bin
export PATH
export JAVA_HOME
What am i missing? Or is something wrong in this file? Or should i tell sh ./LimeWireLinux.bin that java is somewhere in the machine?
HELP PLEASE!!!! Thanks everybody!!!