티스토리 뷰

☠️ Java

Java-개발 환경 설정하기

James Wetzel 2024. 9. 24. 15:04
728x90
반응형

JDK

Oracle JDK와 OpenJDK는 각각 Java 개발 키트로 알려진 소프트웨어와 사양 세트입니다.

Java 11부터 Oracle JDK와 OpenJDK는 Flight Recorder와 Mission Control과 같은 기능을 포함하는 동일한 빌드입니다.

 

기본적으로 Oracle JDK와 OpenJDK 간의 코드 변경이 거의 없기 때문에 기능적으로 매우 유사합니다.

OpenJDK와 Oracle JDK의 가장 큰 차이점은 OpenJDK는 오라클, Red Hat, 커뮤니티가 유지 관리하는 오픈소스 프로젝트인 반면, Oracle JDK는 폐쇄형 소스(Closed source)로 유료 라이센스가 필요하며 오라클이 유지 관리한다는 것입니다.

 

이러한 차이로 인해 OpenJDK에서 일부 기능을 사용할 수 없는데, 이는 해당 기능이 폐쇄형 소스이거나 라이센스로 제한되기 때문입니다.

 

Oracle JDK

https://www.oracle.com/kr/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

 

Open JDK

https://www.azul.com/downloads/?package=jdk#zulu

 

Java 8, 11, 17, 21, 23 Download for Linux, Windows and macOS

Click here to download the Azul Zulu Builds of OpenJDK for Java 8, 11, 17, 21, 23 for Linux, Windows and macOS. Also download Azul Platform Prime.

www.azul.com

https://developers.redhat.com/products/openjdk/download

 

Download Red Hat Build of OpenJDK | Red Hat Developer

Download Red Hat Build of OpenJDK

developers.redhat.com

 

JDK 환경 설정(윈도우)

https://yungenie.tistory.com/11

 

[Java] 차근차근 Java 설치하기 (JDK17, Window 11)

자바 개발 도구 설치 방법에 대해서 알아보겠습니다. Java17은 LTS(Long Term Support : 장기 지원) 릴리즈로 1년 후까지 기술 지원 및 버그를 개선한 서비스를 제공받을 수 있습니다. 업데이트 버전을 꾸

yungenie.tistory.com


개발 툴

이클립스(IDE)

https://www.eclipse.org/

 

The Community for Open Collaboration and Innovation | The Eclipse Foundation

The Eclipse Foundation provides our global community of individuals and organisations with a mature, scalable, and business-friendly environment for open source …

www.eclipse.org

인텔리제이(Intellij, IDEA)

https://www.jetbrains.com/idea/

 

IntelliJ IDEA – the Leading Java and Kotlin IDE

IntelliJ IDEA is undoubtedly the top-choice IDE for software developers. It makes Java and Kotlin development a more productive and enjoyable experience.

www.jetbrains.com


톰캣 컨테이너

 

 

 

Oracle

SQL Developer

 

MySql

MySql Workbench

 

 

728x90
반응형