Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- html
- json
- 네이버스마트 에디터
- SSL
- 호환성
- RADIO
- spring form tag
- MYSQL
- JSTL
- 한글
- 이클립스
- java
- Oracle
- 톰캣
- jquery
- 웹 플랫폼 설치 관리자
- checbox
- HTML5
- 스크립트
- 문자열
- php
- maven
- switch
- null
- DB
- @RequestBody
- 오라클
- exception
- 날짜
- 전자정부 표준프레임워크
Archives
- Today
- Total
개인적인 정리
It is indirectly referenced from required .class files 본문
전자정부표준프레임워크/Exception 및 Error
It is indirectly referenced from required .class files
yeon.Biju 2021. 2. 8. 20:48The type javax.annotation.Resource cannot be resolved. It is indirectly referenced from required .class files
프로젝트를 checkout 받아서 돌려보는데 위와 같은 오류가 발생
java build path 에서 jre 라이브러리를 제거한다음에 다시 추가해주니 잘 돌아간다.
위 화면에서 Remove 해서 제거를 해주고
Add Library 해서 jre 라이브러리를 다시 추가해준다.
'전자정부표준프레임워크 > Exception 및 Error' 카테고리의 다른 글
Comments