Notice
Recent Posts
Recent Comments
Link
관리 메뉴

DreamFactory7 :: IT

JSON Library 본문

삽질/자바

JSON Library

우루사1호 2012. 12. 12. 18:17

1. http://www.json.org/json-ko.html
에서
Java: Json-lib.클릭하면 아래로 이동함

2.
http://json-lib.sourceforge.net/
다운로드에서 파일다운로드

아래파일들도 받아둘것 의존성때문에..
    jakarta commons-lang 2.5 // http://commons.apache.org/lang/
    jakarta commons-beanutils 1.8.0 // http://commons.apache.org/beanutils/
    jakarta commons-collections 3.2.1 // http://commons.apache.org/collections/
    jakarta commons-logging 1.1.1 //http://commons.apache.org/logging/
    ezmorph 1.0.6 // http://ezmorph.sourceforge.net/


3. 이파일들은 다이나믹 웹 프로젝트내에서 WebContent/WEB-INF/lib에 복사할것
그냥 이클립스상에서 붙여넣기 해도됨.
ojdbc6.jar도 여기에 복사했음

'삽질 > 자바' 카테고리의 다른 글

오류 : 라이브러리 설치후 이클립스에서  (0) 2012.12.12
꼼수:Tomcat 설치 in Eclipse  (0) 2012.12.12
Jericho Parser  (0) 2012.12.11
원하는 숫자가 안나온다.  (0) 2012.11.15
for문장의 실행순서  (0) 2012.11.02