본문 바로가기

개발일지/Java + Spring

[Spring] 클래스 임포트 에러

월 10, 2025 11:49:29 오전 org.apache.catalina.core.StandardWrapperValve invoke
심각: Servlet.service() for servlet [jsp] in context with path [] threw exception [Unable to compile class for JSP: 

An error occurred at line: [14] in the generated java file: [D:\경로.java]
Only a type can be imported. com.dreamsecurity.magice2e.MagicE2E resolves to a package

 

사이트에 접속 했을 때 나온 클래스 임포트 에러이다.

해결 방법 : 프로젝트 클린 => 서버 클린 => 서버 재시작

 

프로젝트만 클린 했을 때 컴파일 오류가 났기 때문에 서버까지 비워준 후 재시도 해야 됨