This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tech:linux:alpine:start [2019/06/28 19:13] rk4n3 |
tech:linux:alpine:start [2019/06/28 19:20] (current) rk4n3 |
||
---|---|---|---|
Line 13: | Line 13: | ||
[[https://www.azul.com/downloads/zulu/zulu-download-alpine|Zulu OpenJDK for Alpine]] \\ | [[https://www.azul.com/downloads/zulu/zulu-download-alpine|Zulu OpenJDK for Alpine]] \\ | ||
+ | All Zulu files are expanded into appropriate folders relative to the <zulu_dir>/<zulu_jdk> subfolder. For example: | ||
+ | <code> | ||
+ | wget https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz | ||
+ | mkdir -p /usr/lib/jvm | ||
+ | tar xf zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz -C /usr/lib/jvm | ||
+ | </code> | ||
//Links: [[tech:start|tech]] ... [[:start|main]]// \\ | //Links: [[tech:start|tech]] ... [[:start|main]]// \\ | ||