Fixed Java SE Development Kit install.
- Oracle makes it difficult to download the Java SE Development Kit as an offline download because the license must be accepted first. The JDK is important to have installed as several Homebrew apps require it to exist first. - This provides a prompt for checking that the Java SE Development Kit has been installed before proceeding as the original way of installing it assumed you had visited the Oracle web site and accepted the license.
This commit is contained in:
@@ -18,5 +18,5 @@ export MAC_OS_WORK_PATH=/tmp/downloads
|
||||
export MAC_OS_CONFIG_PATH="../mac_os-config"
|
||||
|
||||
# Java
|
||||
export JAVA_VOLUME_NAME="JDK 8 Update 101"
|
||||
export JAVA_URL="http://download.oracle.com/otn-pub/java/jdk/8u101-b13/jdk-8u101-macosx-x64.dmg"
|
||||
export JAVA_LABEL="Java SE Development Kit"
|
||||
export JAVA_DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html"
|
||||
|
||||
Reference in New Issue
Block a user