본문 바로가기
홈 · 카테고리 없음

윈도우 jdk 설치

by 도라에몽 2022. 8. 21.
반응형

1. 오라클 사이트 접속 후 사용할 버전 다운로드 (나는 jdk-8u241)

- 시스템 정보에서 장치 사양 확인 후 해당 버전 다운로드하면 됨

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

 

Java Archive Downloads - Java SE 8u211 and later

WARNING: These older versions of the JRE and 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. These Java SE 8 update releases are provide

www.oracle.com

 

2. 다운받은 파일 실행하여 설치

나는 계속 next 버튼 누름..

 

3. 자바 설치 여부 확인

 

4. 환경 변수 편집

- 환경 변수 클릭

- 시스템 변수 새로 만들기

JAVA_HOME / C:\Program Files\Java\해당버전

CLASSPATH / %JAVA_HOME%\lib

- Path 변수 편집 > %JAVA_HOME%\bin\ 추가

반응형

댓글