1. JDK Download

SE (Standard Edition) : JDK 설치
EE (Enterprise Edition) : JDK + Server 설치

JDK (Java Development Kit, 자바 개발 도구)
JRE (Java Runtime Environment, 자바 실행 환경)
JVM (Java Virtual Machine, 자바 가상 머신)





2. 환경변수 설정

Win + R



변수 이름 : JAVA_HOME
변수 값 : JDK설치 경로


%JAVA_HOME%\bin

3. Eclipse Download

Eclipse Downloads | The Eclipse Foundation
The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.
www.eclipse.org




'BACK-END > JAVA' 카테고리의 다른 글
| JAVA 배열 예제 (0) | 2022.07.13 |
|---|---|
| JAVA For문 예제 (0) | 2022.07.13 |
| JAVA While문 예제 (0) | 2022.07.13 |
| JAVA if문/else if문 예제 (0) | 2022.07.13 |
| Eclipse UTF-8 Encoding Setting (0) | 2022.07.08 |