mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-02 16:09:23 +08:00
* adopt*: Regex updates * adopt14-hotspot-jre: Remove checkver * adopt*: Remove old nightly manifests * adopt16*: Tidy up manifest * adoptopenjdk*: Manifest maintenance * adopt17*: Tidy manifest * Add adoptopenjdk17-hotspot * adopt*: Rename adopt[\d]+* to adoptopenjdk[\d]+* * adoptopenjdk17-hotspot-nightly: Remove manifest * adoptopenjdk*: Deprecate manifests * adoptopenjdk*: Remove autoupdate / checkver
22 lines
940 B
JSON
22 lines
940 B
JSON
{
|
|
"description": "AdoptOpenJDK 8 with Eclipse OpenJ9 JVM",
|
|
"homepage": "https://adoptopenjdk.net",
|
|
"version": "8u302-b08-0.27.0",
|
|
"license": "GPL-2.0-only WITH Classpath-exception-2.0,EPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/AdoptOpenJDK/semeru8-binaries/releases/download/jdk8u302-b08_openj9-0.27.0/ibm-semeru-open-jdk_x64_windows_8u302b08_openj9-0.27.0.zip",
|
|
"hash": "c3a607440e2eec16ddea659d0662e122af86b34c8f87fb8752eafc3b2b2e5487"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/AdoptOpenJDK/semeru8-binaries/releases/download/jdk8u302-b08_openj9-0.27.0/ibm-semeru-open-jdk_x86-32_windows_8u302b08_openj9-0.27.0.zip",
|
|
"hash": "f1dbffafc273f8759e54a667f558ad70a063dd039eef36dda9b80dc33bb163b5"
|
|
}
|
|
},
|
|
"extract_dir": "jdk8u302-b08",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"JAVA_HOME": "$dir"
|
|
}
|
|
}
|