Eclipse 2

[JAVA] 이클립스 JVM is not suitable for this product. 해결방법

이클립스를 zip파일로 다운로드 받아서 실행하려고 하는데 갑자기 아래 사진과 같은 에러 메시지가 떳다 incompatible JVM Version 1.8.0_261 of the JVM is not suitable for this product. Version: 11 or greater is required. 즉 JVM 버전 1.8.0_261은이 제품에 적합하지 않습니다. 버전 : 11 이상이 필요합니다. 라는 말이다 확인해보니 나 같은 경우는 지금 PC에 설치된 JDK 버전이 1.8.0_261였고 이클립스는 11버전이 필요하다고 에러 메시지를 띄워주는 것이다. 그렇다면 이클립스를 실행하면서 이 JVM 버전을 세팅해주는 부분이 있을것 이라고 생각했다. 위의 사진을 보면 이클립스가 깔린 폴더 위치에 ecli..

Development/JAVA 2020.10.01

[Spring] 스프링 개발(개발환경 만들기 Eclipse, JDK 설치)

1. Eclipse 다운로드 Eclipse Tool을 다운로드하기 위해 아래의 링크로 접속해 줍니다. www.eclipse.org/downloads/ Eclipse Downloads | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks. www.eclipse.org 다운로드한 exe 파일을 눌러 실행시켜주면 아래와 같은 화면이 나올 텐데 두 번째인 Eclipse IDE for Enterprise Java Developers를 눌러 설치해..