Day28. 230428
JDK설치
자바 개발 도구(JDK,Java Development Kit)
https://www.oracle.com/kr/java/technologies/downloads/
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
본인 컴퓨터 운영체제 사양 확인 후 JDK8 설치
파일 위치 : C:\Program Files\Java
운영체제 사양 확인
내PC 우클릭 -> 속성 -> 정보
환경 변수 설정
내pc -> 속성 -> 고급 시스템속성 -> 환경변수 -> 시스템변수
설치위치 기본으로 설정되어있는 곳 : C:\Program Files\Java\jdk-1.8
[새 시스템 변수] 대화상자가 나타나면 [변수 이름]에 'JAVA_HOME'
[변수 값]에 JDK가 설치된 경로를 입력
Path 환경 변수 수정
bin폴더에 java와 javac파일 확인
환경 변수 -> 시스템 변수 -> Path환경 변수 선택 ->편집
새로 만들기 -> 추가된 항목에 'JAVA_HOME%\bin'입력
등록된 [%JAVA_HOME%\bin]선택 후 위로 이동
- 환경변수 올바르게 설정되어있는지 확인
명령 프롬프트에서 'java - version' 확인
이클립스(ECLIPSE)
Eclipse IDE for Enterprise Java Developers (includes Incubating components) 선택
-> Windows x86_64 선택 .zip다운받기
https://www.eclipse.org/downloads/
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
https://www.eclipse.org/downloads/packages/release/2020-03/r
2020-03 R | Eclipse Packages
442 MB 5,782 DOWNLOADS The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collabo
www.eclipse.org
이클립스 환경설정
- 글꼴 설정
- TextEditors인코딩설정
- WebBrowser설정
- workspace설정
- web인코딩 설정
- Content Types 설정
- Dark 모드 설정
'개발 수업 > JAVA' 카테고리의 다른 글
[Java] 연산자,제어문(if-else문,switch문) (0) | 2023.05.04 |
---|---|
[Java] 연산자, 조건문(if문), 반복문(for문,while문,do-while문) (0) | 2023.05.03 |
[Java] 변수와 타입/타입 변환 (0) | 2023.05.02 |
[Java] 변수와 타입/데이터타입,타입 변환(자동,강제,리터럴형 변환) (0) | 2023.05.01 |
웹개발 JAVA 국비 첫날 (0) | 2023.04.30 |