본문 바로가기

JAVA/Reference

[Java] Java Development Kit(JDK) 설치

반응형

자바 프로그래밍을 하기 위해선 JDK(Java Development Kit) 즉, 자바 개발자 도구가 필요하다.

JDK는 오라클 홈페이지에서 무료로 다운이 가능하며 오라클 메인 페이지 주소는 이렇다.

https://www.oracle.com/

 

Oracle | Cloud Applications and Cloud Platform

NHS Shared Business Services saves £500,000 with Oracle Cloud Infrastructure Unit of England's health service accelerates payments and increases accuracy using Oracle Exadata Database Service on OCI.

www.oracle.com

 

오라클 홈페이지에 접속하면 메인 페이지에서 Products -> Software (Java) 메뉴를 선택한다.

(홈페이지야 언제든지 바뀔 수 있겠지만 구성은 크게 바뀌지 않을 것이다.)

메뉴 선택 시 보여지는 페이지에서 JDK 설치 파일 다운로드 가능하다.

하지만, 주의할 점이 있다.

Important Oracle JDK License Update

The Oracle JDK License has changed for releases starting April 16, 2019.

The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use and development use, at no cost -- but other uses authorized under prior Oracle JDK licenses may no longer be available. Please review the terms carefully before downloading and using this product. An FAQ is available here.

Commercial license and support is available with a low cost Java SE Subscription.

Oracle also provides the latest OpenJDK release under the open source GPL License at jdk.java.net.

위 내용을 보면 2019년 4월 16일부로 라이선스에 대한 내용이 변경되었고, 개인 사용은 무료로 가능하나 이 외의 경우 약관을 주의 깊게 검토해야 한다는 내용이다.

GPL 라이선스를 따르는 오픈소스는 jdk.java.net에서 제공한다고 되어있다.

무슨 일이 생길지 모르니 특별한 경우가 아니라면 GPL 라이선스를 따르는 오픈소스 JDK를 사용하도록 하자.

설치가 완료되면 cmd 창에서 'java -version'을 쳐서 아래 이미지 처럼 자바 버전에 대한 정보가 나오면 제대로 설치가 되었다.

이렇게 Java 설치가 끝났으면 이어서 Java 환경 변수 설정을 해주면 Java 설치가 끝이 난다.

Java 환경 변수 설정 바로가기!!!

반응형

'JAVA > Reference' 카테고리의 다른 글

[Java] JDK 환경 변수 설정  (0) 2024.12.22