본문 바로가기

programming

[JAVA] (1) 환경 설정 - 다운로드

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 확인