Java&SpringBoot
sts 스프링 설치 오류
은line
2023. 2. 18. 00:27
plug-in org.springsource.ide.eclipse.commons.gettingstarted was unable to instantlate class
java.lang.ExceptionInInitializerError
1.
java19 삭제 -> java11로 다시 다운로드
환경변수 JAVA_HOME 경로변경
PATH = %JAVA_HOME%\bin 추가
2.
<sts.ini>파일에
-vm
C:\jdk11\bin\javaw.exe
추가입력후 다시 sts 실행
> dashboard의 오류는 그대로 뜨지만
무시하고 파일 생성하니 잘 됨
MVC regercy 생성 후 can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 에러
The URI depends on the version of JSTL you are using.
For Version 1.0 use: http://java.sun.com/jstl/core for 1.1 (and later), you need to use: http://java.sun.com/jsp/jstl/core
변경하니 x표시 사라짐 (출처 - https://stackoverflow.com/a/13285883 )