반응형
java.lang.NoClassDefFoundError: org/apache/commons/collections/map/ListOrderedMap

json 프로젝트 진행 중에 ListOrderedMap 클래스가 없다는 에러가 발생하였습니다.

해당 라이브러리를 다운받아서 적용하여 문제를 해결해 보겠습니다.

 

https://commons.apache.org/proper/commons-collections/download_collections.cgi

 

Collections – Download Apache Commons Collections

Download Apache Commons Collections Using a Mirror We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (

commons.apache.org

아파치 홈페이지에 접속해서 collections 메뉴에 접근해 줍니다.

여러 가지 버전 중에 저는 3.2.2 버전을 다운로드하였습니다.

압축을 풀면 jar 파일이 나타납니다.

 

Java Build Path 부분에 

압축을 푼 collections라이브러리를 적용해 주시면 

문제를 해결할 수 있습니다.

반응형

+ Recent posts