8.01.2012

JDK: Install on OSX

First, download dmg package from google code. double click and drag to the point that directed. second thing is set the JAVA_HOME path to the new one.

Default path can not be override based on the README.
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home

write on your ~/.profile

The main thing is get your symbolic link on the /usr/bin/java* redirect to the new folder.

No comments:

Post a Comment