본문 바로가기

웹 개발 공부

pc 환경 설정 : JDK, IDE(IntelliJ), tomcat 설치 - 1day

728x90

패스트캠퍼스 초격차 강의 들으면서 따라하는 과정을 기록한 글입니다. 첫 날 이니만큼 pc환경 설정 기록. 한시간이면 하는건데 괜한 두려움 때문에 며칠동안 설치했다. 마음 먹었으니 진행해보자.

 

JDK(temurin 11), IDE, tomcat을 설치하는 과정을 담았다. 


1. JDK 설치

Temurin 11버전을 설치함. 환경변수 설정도 해야 함. JDK는 JRE(JVM + lib, compiles, class files) 와 Java Development Tools 로 구성된다.

 

https://adoptium.net/temurin/releases/?version=11 

 

Latest Releases | Adoptium

 

adoptium.net

 

2. IDE , IntelliJ Ultimate 설치

30일 후 유료로 바뀌는 툴이긴 하지만 VS에 맞먹는 생산성을 가지고 있다니 기대된다. 물른 난 이클립스도 잘 모르는 쌩왕초보다. 강의 수강 이후에는 달라진 실력이 되어 있기를 바란다.(나한테 하는 말)

https://www.jetbrains.com/ko-kr/idea/download/#section=windows

 

다운로드 IntelliJ IDEA: 우수성과 인체 공학이 담긴 JetBrains Java IDE

 

www.jetbrains.com

 

 

3. tomcat 설치

tomcat은 Servlet Interface(Spec) 구현체이다. Servlet Container 중 하나로, Servlet의 라이프사이클을 관리한다.

윈도우 환경의 경우 zip파일을 설치하고, 시작할 때 bin 폴더 하위의 'start.bat' 파일을 실행하면 된다. 종료시엔 'shutdown.bat'이고, mac이면 sh 파일을 이용한다. 

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

tomcat start, shutdown 배치 실행

끝.

 

728x90