jump to navigation

Setting JAVA_HOME in Ubuntu April 2, 2009

Posted by Mohamed Sanaulla in Ubuntu.
Tags: , , ,
trackback

I had spent a lot of time setting the $PATH on my Ubuntu but i forgot to document the procedure. So when my friend asked me, i wasn’t able to help him out. So this time i asked him to tell the solution so that i could note it down. The best place would be my blog.

JAVA_HOME=/usr/lib/jvm/java
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH

Source: The Ubuntu Guy.

Comments»

1. Nathan - April 11, 2009

What file do you insert this text into?

2. Mohamed Sanaulla - April 19, 2009

these commands are used at the command prompt if i am not wrong.

3. Veerabahu - May 10, 2009

I hope export will work only with bash prompt. Better to mention it to avoid confusion