AI/JAVA 프로그래밍 기초

JAVA 프로그래밍 기초 00 자바 Oracle Java SE + JDK 설치 및 환경설정

Ayel 2025. 10. 11. 08:08

 

 

Java SE 설치

 

 

Java Oracle 홈페이지 접속

https://www.oracle.com/java

 

Java Software

Java software reduces costs, drives innovation, and improves application services. Learn more about Java, the #1 development platform.

www.oracle.com

 

Java SE 설치파일 다운로드

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

 

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

- 자신이 사용하는 운영체제와 맞는 것으로 선택할 수 있다

 

설치파일 실행

 

 

Eclipse 설치

 

 

Eclipse 홈페이지 접속

https://www.eclipse.org

 

Eclipse Foundation | Powering Open Innovation

The Eclipse Foundation empowers our global community with a mature, scalable, and business-friendly environment that drives open source collaboration and …

www.eclipse.org

 

Eclipse IDE for Java Developers 압축파일 다운로드

https://www.eclipse.org/downloads/packages/

 

Eclipse IDE 2025-09 R Packages | Eclipse Packages

554 MB 60,126 DOWNLOADS Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more. Clic

www.eclipse.org

 

https://www.eclipse.org/downloads/packages/release/2021-03/r

 

2021-03 R | Eclipse Packages

506 MB 373,461 DOWNLOADS Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more. Cli

www.eclipse.org

- 자신의 컴퓨터 환경 및 사용환경에 맞는 것으로 다운로드 및 설치

 

 

환경설정

 

jdk 설치파일 > release 파일 > 속성 > 위치(경로) 복사

 

시스템 > 고급 시스템 설정 > 환경 변수 > 사용자 변수 OneDrive > 시스템 변수 Path 편집

 

Path 환경 변수 편집 > 새로 만들기 > 복사해 둔 경로 붙여넣기 + \bin

 

시스템 > 고급 시스템 설정 > 환경 변수 > 사용자 변수 OneDrive > 시스템 변수 새로 만들기

- JAVA_HOME으로 생성 후 변수값에 복사해 둔 jdk 경로 붙여넣기

 

cmd 명령 프롬프트로 설치 확인

- java 명령어를 검색했을 때 문제 없이 출력됨