[작성일: 2023. 01. 09]
자바 개발도구(JDK) 설치하기
- 주소창에 java.oracle.com 검색
- Java SE 17.0.6 (LTS) 다운로드(LTS버전이 아닌 것은 6개월 뒤 종료되는 버전_230301 기준)
- OS에 맞는 파일 선택 후 다운로드
- 내 드라이브에 설치 후 압축해제
Oracle Java Technologies | Oracle
Java Is the Language of Possibilities Java is powering the innovation behind our digital world. Harness this potential with Java resources for student coders, hobbyists, developers, and IT leaders.
www.oracle.com

Eclipse 설치하기
- google에 eclipse 검색
- Eclipse IDE 최신버전 다운로드
- 내 드라이브에 설치 후 압축해제

JDK / Eclipse 기본 설정하기
- jdk - bin 폴더 경로 복사
- eclipse 폴더 - eclipse.ini 메모장으로 열기
- 메모장 중간에 -vm 아래 기존 주소 지우고 bin 폴더 경로 삽입 후 저장하기
자바 API 문서 설치하기
✏️ Java API
- Java프로그램을 만드는데 필요한 주요 기능을 미리 만들어서 제공
- Java프로그램을 만드는데 필요한 주요 기능을 미리 만들어서 제공
Java Platform SE 8
docs.oracle.com
✏️ 자바 API문서 설치
- Java API가 제공하는 기능에 대한 상세한 정보 제공(html)
Java Development Kit 8 Documentation | Oracle 대한민국
www.oracle.com
✏️ 자바 관련 참고문서
Java Platform Standard Edition 8 Documentation
<!-- commenting out JDK 7-specific links; will replace with corresponding JDK 8 links as we get closer What's New in Documentation This section will contain information about new features in the Java platform. -->
docs.oracle.com
🐣 해당 게시글은 자바의 정석(남궁성 님) 영상으로 함께 공부하며 요약/정리한 글입니다.
🐣 입문 개발자가 작성한 글이므로 틀린 내용이나 오타가 있을 수 있습니다.