Tuesday, November 22, 2011

java configuration in ububtu

Note: Not for openJDK for SunJDK

Add export to .bashrc file:
export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_01
export PATH=$PATH:$JAVA_HOME/bin



Install of Sun JDK. Instruction here. 
<http://brunoreis.com/tech/intalling-java-ubuntu-natty/ >


No comments:

Post a Comment