공부/Java

[Java] 운영체제별 JDK 설치 (Open JDK/Oracle JDK 사이트)

ByeongJun 2023. 3. 28. 10:05
반응형

자바 프로그램을 개발하고 실행하기 위해서는 

먼저 Java SE(standard Edition) 구현체인 JDK(Java Development Kit)를 설치해야 한다.

 

Oracle JDK는 Open JDK보다 응답성과 JVM 성능이 뛰어나지만,

Open JDK의 성능도 지속적으로 향상되고 있는 추세이다.

 

[Open JDK]

https://jdk.java.net/

 

JDK Builds from Oracle

Production and Early-Access OpenJDK Builds, from Oracle Looking to learn more about Java? Visit dev.java for the latest Java developer news and resources. Looking for Oracle JDK builds and information about Oracle’s enterprise Java products and services?

jdk.java.net

위의 사이트에서는 다양한 운영체제용 빌드를 제공하지 않고 빌드 버전도 낮기 때문에 

이클립스 재단에서 관리하는 아래의 사이트(어답티움)를 권장한다.

 

https://adoptium.net/

 

Home | Adoptium

The Adoptium® Working Group The Adoptium Working Group promotes and supports high-quality runtimes and associated technology for use across the Java ecosystem. Our vision is to meet the needs of Eclipse and the broader Java community by providing runtimes

adoptium.net

 

[Oracle JDK]

https://www.oracle.com/java/technologies/downloads/

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

반응형