File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- JDK_URL=https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
4
- JDK_FILE=openjdk-11.0.2_linux-x64_bin.tar.gz
5
- JDK_DIR=jdk-11.0.2
3
+ # From https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/latest
4
+ JDK_URL=https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.4%2B11/OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar.gz
5
+ JDK_FILE=OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar.gz
6
+ JDK_DIR=jdk-11.0.4+11
6
7
JVM_DIR=jvm
7
8
JVM_FILE=jvm-11-linux.tar.gz
8
9
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- JDK_URL=https://download.java.net/java/GA/jdk11/9/GPL/openjdk -11.0.2_osx-x64_bin .tar.gz
4
- JDK_FILE=openjdk-11 .0.2_osx-x64_bin .tar.gz
5
- JDK_DIR=jdk-11.0.2.jdk
3
+ JDK_URL=https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk -11.0.4%2B11/OpenJDK11U-jdk_x64_mac_hotspot_11.0.4_11 .tar.gz
4
+ JDK_FILE=OpenJDK11U-jdk_x64_mac_hotspot_11 .0.4_11 .tar.gz
5
+ JDK_DIR=jdk-11.0.4+11
6
6
JVM_DIR=jvm
7
7
JVM_FILE=jvm-11-macos.tar.gz
8
8
Original file line number Diff line number Diff line change 1
1
# Build Instruction
2
2
3
- 1 . Download OpenJDK from https://jdk.java.net/archive/
3
+ 1 . Download OpenJDK binaries from https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/latest
4
4
5
5
2 . Unzip and run the following command:
6
6
You can’t perform that action at this time.
0 commit comments