Sunday, January 10, 2010

Setting JAVA_HOME in ubuntu

export JAVA_HOME=/usr/lib/jvm/java-(your-version)


You can find your JAVA_HOME using the locate command for a file belonging to the JDK.

locate /rt.jar

No comments :