Gibbs Kim's playground

[ElasticStack-12] jdk download with wget command on Linux 본문

Tech 기록지/Elastic Stack

[ElasticStack-12] jdk download with wget command on Linux

Lio Grande 2020. 6. 5. 15:23

ELK에서, 특히 Logstash를 사용하려고 하면 jdk가 필요하다. wget을 사용하여 JDK를 다운로드하는 방법을 알아보자.

wget 'https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz' - ~/apps/openjdk-11.0.2_linux-x64_bin.tar.gz

Java Path 설정

https://yamoe.tistory.com/530 참고