[Eclipse][JAXB] The currently selected JAXB library provider is invalid 에러
Eclipse 2014. 10. 14. 22:17Eclipse 에서 JAXB 를 사용한 프로젝트에서 다음과 같은 에러가 발생하는 경우가 있다.
"The currently selected JAXB library provider is invalid"
위와 같은 에러가 발생 할 경우 다음과 같이 프로젝트 설정을 바꿔준다.
JAXB 프로젝트를 클릭 후 마우스 우클릭으로 Properties 설정에 들어간다.
Project Facets 를 클릭하고 JAXB 항목의 버전을 변경
Java SE 6 이면 2.1 버전
Java SE 7 이면 2.2 버전
버전을 바꾸면 "Further configuration available" 이라는 링크가 생기는데 이곳을 클릭하면 설정이 나타난다.
Platform 설정은 Generic JAXB 2.X
JAXB implementation 의 Type 은 JRE 로 설정하고 OK
Reference: http://stackoverflow.com/questions/7039493/jaxb-project-in-eclipse-indigo
'Eclipse' 카테고리의 다른 글
[Eclipse] 다운로드 받은 font 적용하기 (0) | 2015.12.29 |
---|---|
[Eclipse] An API baseline has not been set for the current workspace 에러 (0) | 2014.10.14 |
[Eclipse] fragment patch 적용하기 (0) | 2014.06.08 |
[Eclipse] File Decorator 확장 후 Problem Marker 가 보이지 않는 경우 (0) | 2014.03.24 |
[Eclipse] File 의 Content 에 따른 Default Editor 설정 (0) | 2014.03.24 |