1. JDK 설치하기
https://www.oracle.com/java/technologies/downloads/#java8-windows
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
사이트 하단에 Java 8 버전이 있다
자신의 운영체제에 맞춰서 설치하자
(해당 사이트는 회원가입을 해야하며 개발자라면 해당 사이트를 무조건 가입해야할 것이다)
파일을 다운 받아 설치하면 해당 폴더에 파일이 생성된다
시작 -> cmd(명령 프롬프트) -> java -version 을 입력하여 제대로 설치가 되었는지 확인한다
2. 환경변수 설정
파일탐색기 -> 내 PC -> 마우스 오른쪽 클릭 -> 속성 -> 고급 시스템 설정 -> 환경변수
3. 이클립스 설치
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/
Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source pro
518 MB 209,864 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
다운로드 한 파일을 설치한다
'개발 > Spring' 카테고리의 다른 글
[SpringBoot] Thymeleaf - layout 적용하기 (0) | 2024.04.21 |
---|---|
[SpringBoot] Scheduler(스캐줄러) 사용하기, cron 표현식 (0) | 2023.05.14 |
[SpringBoot] SecurityConfig + JWT - SecurityConfig 설정 (0) | 2023.04.27 |
[SpringBoot] Session을 이용한 로그인 , 인증 하기 (0) | 2023.04.26 |
[Spring] Bootstrap 적용 웹 게시판 만들기 - 회원가입 (0) | 2023.04.24 |
댓글