1. JDK 설치
: x64 Compressed Archive zip 파일 다운로드
https://www.oracle.com/java/technologies/downloads/#jdk17-windows
2. 이클립스 설치
: Eclipse IDE for Enterprise Java and Web Developers (Windows x86_64) 다운로드
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
509 MB 566,255 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
3. 데이터베이스 설치
: 메모리 DB
: JAVA 로 만들어진 RDB
: 오라클이나 mysql처럼 설치과정이 복잡하지 않고, zip 파일을 압축만 풀면 간단하게 설치가능
: All platfom 용으로 다운로드
https://h2database.com/html/main.html
H2 Database Engine
H2 Database Engine Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; in-memory databases Browser based Console application Small footprint: around 2.5 MB jar file size Supp
h2database.com
4. 톰캣(Tomcat)
: 9버전 64-bit Windows.zip 다운로드
https://tomcat.apache.org/download-90.cgi
Apache Tomcat® - Apache Tomcat 9 Software Downloads
Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version
tomcat.apache.org
5. 압축해제 후 폴더 구조
: C밑에 원하는 이름으로 폴더를 만들고, jdk 압축해제 한 내부 파일을 이동시킨다.
: workspace도 별도로 생성한 파일
6. 환경변수 설정
: 시스템변수 신규 추가 JAVA_HOME
: 시스템변수 Path 에 %JAVA_HOME%\bin 추가
7. 설정 및 버전 확인
: cmd 창에 java -version 확인
'programming' 카테고리의 다른 글
[DB] CREATE 로 테이블 만들고 INSERT 해보기 (0) | 2022.05.19 |
---|---|
github actions & pages로 Vue.js 프로젝트 build 하고 호스팅하기 (CI/CD 맛보기) (0) | 2022.03.07 |
[Error] Get 으로 보내는 주소에 한글이 있을 때 (0) | 2022.02.01 |
react-hook-form 과 meterial-UI 함께 쓰기 (3) - DateRangePicker (0) | 2022.01.30 |
react-hook-form 과 meterial-UI 함께 쓰기 (2) - ToggleButton (0) | 2022.01.30 |