java.lang.ClassNotFoundException: org.jdom.JDOMException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526)
요딴코롬 에러가 난다... 몰라 왜 나는지 나도 몰라.
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the project's web deployment assembly.
1) Open the project's properties (e.g., right-click on the project's name in the project explorer and select "Properties")
2) select "Deployment Assembly"
3) Click the "Add..." button on the right margin
4) Select "Java Build Path Entries" from the menu of Directive Type and click "Next"
5) Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".
You should see "Maven Dependencies" added to the Web Deployment Assembly definition.
저위에서 5번만 바꿔서 jdom-1.1.3.jar를 선택했더니.
뙇!!! 됬다^^.
'Infra & Server Dev' 카테고리의 다른 글
JSP 파일 업로드 [펌] (6) | 2012.08.15 |
---|---|
[JAVA/JSP] 쌩 JSP, 레알 초간단 파일 다운로드 소스[펌] (2) | 2012.08.15 |
EGOV 전자정부 프레임워크 맥OSX 설치 방법 (0) | 2012.03.27 |
소프트웨어 개발순서 (0) | 2012.02.14 |
NIO(Non-Bloking Input Output)이란? (2) | 2011.09.02 |