http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Setup Java Home on Mac
Install bashprofile:
Start up Terminal
Type "cd ~/" to go to your home folder
Type "touch .bash_profile" to create your new file.
Install Java Home:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home
No comments:
Post a Comment