에러코드 : Exception in thread "main" java.lang.NoClassDefFoundError
에러 발생 상황 : 이클립스에서 외부 jar 파일 추가해서 사용하려하는데 'Exception in thread "main" java.lang.NoClassDefFoundError' 에러 발생
문제 해결 : 외부 jar 파일을 아래 이미지처럼 Modulepath가 아닌 Classpath 하단에 Add 하니 에러 발생하지 않음.
'마주쳤던 에러 해결 모음' 카테고리의 다른 글
[에러 해결] cannot deserialize from object value (no delegate- or property-based creator) (0) | 2022.11.20 |
---|---|
[에러 해결] Parameter 0 of constructor in {###} required a bean of type '{###}' that could not be found. (2) | 2022.11.20 |
스프링 설정파일 환경변수 적용 방법 ( yml 비밀번호 환경변수 적용 방법) (0) | 2022.11.12 |
Cannot resolve symbol 'SpringBootApplication' (0) | 2022.10.03 |
윈도우 톰켓 서버 포트번호 바꾸는 법 (0) | 2022.09.24 |
댓글