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
- 웹 플랫폼 설치 관리자
- php
- 문자열
- switch
- @RequestBody
- exception
- RADIO
- 전자정부 표준프레임워크
- 톰캣
- 네이버스마트 에디터
- jquery
- MYSQL
- Oracle
- DB
- maven
- json
- java
- 이클립스
- 스크립트
- 오라클
- JSTL
- HTML5
- SSL
- 날짜
- 호환성
- spring form tag
- null
- checbox
- 한글
- html
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