Ubuntu: Define JAVA_HOME Linux
Open up your profile vim /etc/profile Add the following code to the profile JAVA_HOME=/usr/lib/jvm/java-6-openjdk export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH To check if JAVA is set up correctly... echo $JAVA_HOME Take note that is very important to know what […]