오류/Tool

STS4 툴에서 markspace로 STS3 추가 시 오류발생

빨대도둑 2024. 2. 15. 23:11

발생 원인

sts4 툴에서 이제 sts3 추가해서 legacy project를 생성하는 방법은 이제 불가능 함. 

sts 버전이 올라가면서 Spring 3 플러그인과 호환이 되지 않는 문제가 있습니다.

 

해결 방법

먼저 jdk 11 이상의 버전을 설치하시고 환경변수에 JAVA_HOME과 path 설정을 해야 합니다.

sts3을

https://github.com/spring-attic/toolsuite-distribution/wiki/Spring-Tool-Suite-3

 

Spring Tool Suite 3

the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - spring-attic/toolsuite-distribution

github.com

이 경로에서 다운로드 받고

sts 의 installed jre 를 java11로 바꾸어야 한다고 합니다.

 

출처

https://okky.kr/questions/1301090

 

OKKY - sts4 툴에서 markspace 로 sts 3 추가해서 쓰려고하는데 계속 오류가 납니다 ㅠㅠ

!ENTRY org.eclipse.epp.mpc.ui 4 0 2022-08-20 03:18:37.651!MESSAGE Problems occurred while performing provisioning operation: operation plan must be resolved!STACK 0java.lang.IllegalStateException: ope

okky.kr