Shiny Star

JAVA

Window에 JAVA 17 설치하기

AnnieLoper 2025. 1. 9. 15:40

스프링 프로젝트를 생성하기 전에 java 17을 window에 깔아야한다.

https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html

 

Java Archive Downloads - Java SE 17

WARNING: Older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downloading the late

www.oracle.com

여기서 나는 17.0.12 버전을 설치하려고 한다. 이유는 현시점 가장 최신이어서..

 

나는 window 환경 + 그냥 테스트용 생성이기때문에 installer 로 설치하였다.

더보기

세개의 차이를 알고싶다면 하기글 클릭 

https://anniestep.tistory.com/8

다운받아진 exe를 클릭하면 설치 팝업이 뜬다.

NEXT 해주면 벌써 끝! 간단하다.

 

java가 잘 설치되었는지 확인하는 방법은,

cmd를 켠 후, 자바가 설치되어있는 곳으로 가서 java -version을 치면 나온다.