inblog logo
|
하쎄의 기술 일기장
    java

    1. JDK 설치하기

    하세연's avatar
    하세연
    Aug 12, 2024
    1. JDK 설치하기
    Contents
    1. OpenJDK 21 다운로드 및 설치2. 환경변수 및 패스 설정

    1. OpenJDK 21 다운로드 및 설치

    💡
    JDK 벤더사 - 출처(https://sunghs.tistory.com/143) (/콜아웃) shift 엔터
    notion image

    1.1 다운로드 방법

    notion image

    1.2 다운로드 링크 참고 (북마크 링크)

    Archived OpenJDK GA Releases
    This page is an archive of previously released builds of the JDK licensed under the GNU General Public License, version 2, with Classpath Exception.
    Archived OpenJDK GA Releases
    https://jdk.java.net/archive/
    notion image

    2. 환경변수 및 패스 설정

    2.1 시스템 환경변수 편집으로 이동

    notion image

    2.2 환경변수 생성 (JAVA_HOME)

    • A ( 리스트 = 하이푼 + 스페이스바 )
    • B
      • A
      • B
        • A
        • B

    2.3 패스 설정

    패스 설정하는 이유 —
    (소스코드 = ``` )
    public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } }
    Share article

    하쎄의 기술 일기장

    RSS·Powered by Inblog