Java를 설치해보자 1. Java 설치 https://www.oracle.com/java/technologies/downloads/archive/ Looking for an Older Java Release? Access the historical java release archive that includes JRE and JDK to help developers debug issues in older systems. www.oracle.com 원하는 Java 버전을 다운 받으면 된다. 프로젝트에서 17버전을 사용하기로 하여 17버전을 다운받았다. (installer로 받으면 쉽게 설치가 가능하다) 자바 폴더 경로를 수정하고 싶다면 Change... 버튼을 눌러 변경하면 된다. 설치 완료 2. 환경변수..