LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   j2eesdk-1_4-dr-linux-eval (https://www.linuxquestions.org/questions/linux-newbie-8/j2eesdk-1_4-dr-linux-eval-146094/)

ickselglic 02-14-2004 03:37 PM

j2eesdk-1_4-dr-linux-eval
 
I am downloading this file so that the LimeWire I downloaded will install.

[steve@localhost steve]$ ./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.



That is what I get when I try to install LimeWire... Am I even downloading the right Java platform?? Please Help this NEWbie...

Thanks guys...

vectordrake 02-14-2004 08:51 PM

Add java to your PATH


Fire up your editor and edit your .bashrc file

Add these lines: <pause while I hit the search button below my post>

PATH=$PATH:/path/to/your/java/install #usually /usr/java/j2blablabla/bin
JAVA_HOME=/usr/java/j2whateveryourjavapathis/bin
export PATH
export JAVA_HOME

I bet if you save that file, you'll get what you're looking for. Hit the "search" button on my answer to this question a short while ago.


All times are GMT -5. The time now is 04:43 PM.