Skip to content

Instantly share code, notes, and snippets.

@pramoth
Last active February 20, 2022 13:27
Show Gist options
  • Save pramoth/a34eaad5b73f819a2951c36bd2255c0a to your computer and use it in GitHub Desktop.
Save pramoth/a34eaad5b73f819a2951c36bd2255c0a to your computer and use it in GitHub Desktop.

2.1 การติดตั้ง JAVA version 11 2.1.1. download จาก link นี้ https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.tar.gz

2.1.2. copy file JDK ไปยังเครื่อง ต่างๆ - scp OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.tar.gz sunweb@10.3.x.x โดยที่ x.x คือ ip เครื่องทั้ง 4 เครื่อง

2.1.3 remote เข้าไปยังเครื่องทั้ง 4 เครื่อง แล้วรันคำสั่งสำหรับทุกเครื่อง - tar zxvf OpenJDK11U-jdk_x64_linux_hotspot_11.0.14.1_1.tar.gz -C /opt

2.1.4 ทดลองรันคำสั่ง /opt/jdk-11.0.14.1+1/bin/java -version เพื่อเช็คเวอร์ชั่น จะแสดงผลลัพธ์ดังนี้

    openjdk 11.0.14.1 2022-02-08
  OpenJDK Runtime Environment Temurin-11.0.14.1+1 (build 11.0.14.1+1)
  OpenJDK 64-Bit Server VM Temurin-11.0.14.1+1 (build 11.0.14.1+1, mixed mode)
  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment