> I expect that I have to set JAVA_HOME, but for the life of me I can not
> figure out where or how.

For a session you can type

JAVA_HOME=<path to your java JDK>

Note that you have to set the path to your JDK, not the JRE.

Setting the path permanent, you can alter your ~/.profile 
(in your /home/<username> dir). Type here at the bottom

export JAVA_HOME=<path to your java JDK>

and add optionally to your path

export PATH=JAVA_HOME/bin:$PATH

Regards

  Henning

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to