"java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream
...."
Servlet + Flex 파일업로드 개발중,
위와 같은 에러,,,
원인은 commons-io-1.4.jar (버전에 상관없음) 이게 없어서,,,
결국, commons-fileupload-1.1.jar, commons-io-1.4.jar두개의 jar 파일이 존재해야한다는 이야기!
흐흐
...."
Servlet + Flex 파일업로드 개발중,
위와 같은 에러,,,
원인은 commons-io-1.4.jar (버전에 상관없음) 이게 없어서,,,
결국, commons-fileupload-1.1.jar, commons-io-1.4.jar두개의 jar 파일이 존재해야한다는 이야기!
흐흐
'language > java' 카테고리의 다른 글
| [Java] Map 데이터 출력하기 (0) | 2008/07/24 |
|---|---|
| [Log] log4j 설정 - log4j.properties (0) | 2008/07/22 |
| [Java] 파일업로드 DeferredFileOutputStream (1) | 2008/07/03 |
| [펌] Spring XML설정파일을 위한 12가지 가장 좋은 선택 (0) | 2008/06/16 |
| Naming Rule (0) | 2008/06/11 |
| [eclipse] eclipse europa j2ee 실행 안될때, (0) | 2008/06/02 |




댓글을 달아 주세요
저도 같은 현상을 겪어서 여기까지 왔네요. 좋은 정보 감사합니다.
2009/03/17 21:59 [ ADDR : EDIT/ DEL : REPLY ]