
1. 개발 환경 셋팅자바 환경 셋팅은 크게 JDK 설치 > 환경변수 설정 > IDE 설치 > 프로젝트 실행 순으로 진행된다.여기서는 Windows를 기준으로 Eclipse Temurin JDK, IntelliJ IDEA를 설치하는 과정을 설명할 것이다. 1.1. JDK 설치하기 (Eclipse Temurin) AdoptiumEclipse Adoptium provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure.adoptium.net 1.1.1. bash를 사용하여 설치하기 (winget)명령어 한줄로 간단하게 jdk를 설치하고 싶다면 이 방법을 사용할 수 있다. 여러가지 JDK를 번갈..
Study/Java
2025. 8. 20.