forked from x/icebergs
19 lines
605 B
Plaintext
19 lines
605 B
Plaintext
section "java"
|
|
refer `
|
|
官网 https://www.java.com/
|
|
文档 https://docs.oracle.com/javase/tutorial/
|
|
源码 https://github.com/openjdk/jdk
|
|
开源 https://openjdk.org/
|
|
`
|
|
field web.code.java.compile
|
|
|
|
shell `
|
|
wget https://github.com/Tencent/TencentKona-8/releases/download/8.0.11-GA/TencentKona8.0.11.b2_jdk_linux-x86_64_8u345.tar.gz
|
|
tar xvf TencentKona8.0.11.b2_jdk_linux-x86_64_8u345.tar.gz && cd TencentKona-8.0.11-345/
|
|
|
|
https://repo.huaweicloud.com/java/jdk/8u202-b08/
|
|
wget https://mirrors.huaweicloud.com/openjdk/18/openjdk-18_linux-x64_bin.tar.gz
|
|
tar xvf openjdk-18_linux-x64_bin.tar.gz && cd jdk-18
|
|
`
|
|
|