File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "description" : " Oracle Java Platform, Standard Edition Development Kit (JDK) 21 LTS" ,
3+ "homepage" : " https://www.oracle.com/java/technologies/downloads/#java21" ,
4+ "version" : " 21.0.11" ,
5+ "license" : " https://www.oracle.com/downloads/licenses/no-fee-license.html" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://download.oracle.com/java/21/archive/jdk-21.0.11_windows-x64_bin.zip" ,
9+ "hash" : " 947660f83b33bcda0da3497b2959bce1523fc3a000689147e3671574c8e47eca"
10+ }
11+ },
12+ "extract_dir" : " jdk-21.0.11" ,
13+ "env_add_path" : " bin" ,
14+ "env_set" : {
15+ "JAVA_HOME" : " $dir"
16+ },
17+ "checkver" : {
18+ "url" : " https://www.oracle.com/java/technologies/javase/21u-relnotes.html" ,
19+ "useragent" : " curl/7" ,
20+ "regex" : " <li>JDK ([\\ d.]+)"
21+ },
22+ "autoupdate" : {
23+ "architecture" : {
24+ "64bit" : {
25+ "url" : " https://download.oracle.com/java/$majorVersion/archive/jdk-$version_windows-x64_bin.zip"
26+ }
27+ },
28+ "hash" : {
29+ "url" : " $url.sha256"
30+ },
31+ "extract_dir" : " jdk-$version"
32+ }
33+ }
Original file line number Diff line number Diff line change 1+ {
2+ "description" : " Oracle Java Platform, Standard Edition Development Kit (JDK) 26" ,
3+ "homepage" : " https://www.oracle.com/java/" ,
4+ "version" : " 26.0.1" ,
5+ "license" : " https://www.oracle.com/downloads/licenses/no-fee-license.html" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://download.oracle.com/java/26/archive/jdk-26.0.1_windows-x64_bin.zip" ,
9+ "hash" : " 6ce5d87324f2b47ea714a9b394e24e3db8b247c620e1dd47ae140859a90f28c1"
10+ }
11+ },
12+ "extract_dir" : " jdk-26.0.1" ,
13+ "env_add_path" : " bin" ,
14+ "env_set" : {
15+ "JAVA_HOME" : " $dir"
16+ },
17+ "checkver" : {
18+ "url" : " https://www.oracle.com/java/technologies/downloads/" ,
19+ "useragent" : " curl/7" ,
20+ "regex" : " Java SE Development Kit ([\\ d.]+) downloads"
21+ },
22+ "autoupdate" : {
23+ "architecture" : {
24+ "64bit" : {
25+ "url" : " https://download.oracle.com/java/$majorVersion/archive/jdk-$version_windows-x64_bin.zip"
26+ }
27+ },
28+ "hash" : {
29+ "url" : " $url.sha256"
30+ },
31+ "extract_dir" : " jdk-$version"
32+ }
33+ }
You can’t perform that action at this time.
0 commit comments