LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   JavaVM is screwed (https://www.linuxquestions.org/questions/linux-newbie-8/javavm-is-screwed-303166/)

disdain 03-18-2005 09:15 AM

JavaVM is screwed
 
I'm having a problem with the JRE. I have installed it and it's all in check, except for the environmental variables JAVA_HOME and PLUGIN_HOME. I tried setting JAVA_HOME in /etc in the "profile" file, but it still doesn't recognize it; I even tried setting these variables manually. The error I get when trying to install a bin is "this is not a java virtual machine" or some bullshit like that. I really can't figure out what the hell to do. I'm using Ubuntu and it seems like nothing wants to work.

ksgill 03-18-2005 03:18 PM

Locate the folder where JVM is installed and issue this command in shell:

export $PATH=PATH:/location_of_java/bin/

point it to the bin folder because thats where everything is. I dont quite follow what you mean by
Quote:

"The error I get when trying to install a bin is "this is not a java virtual machine" or some bullshit like that"
-- You said you installed it already and the next line you are saying you tried to install a binary. Please be more clear.

Good Luck


All times are GMT -5. The time now is 02:47 PM.