일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Winform
- CONVERT()
- 프로시저
- replace()
- attr()
- 자바스크립트
- SSRS
- DataGrid
- 엑셀
- c#
- 리포팅서비스
- 윈도우
- 비주얼스튜디오
- 윈폼
- jQuery
- MSSQL
- 이클립스
- MS
- oracle
- 오라클
- microsoft
- IIS
- ASP
- Excel
- javascript
- aspnet
- 단축키
- windows
- 태그를 입력해 주세요.
- 마이크로소프트
- Today
- Total
DJ메탈짱™의 Free Style
(WCS) jar에 있는 클래스의 메소드를 호출하려고 하니 java.lang.NoClassDefFoundError 본문
|
|
!!!...jar에 있는 클래스의 메소드를 호출하려고 하니 아래와 같은 Exception 발생...!!!
java.lang.NoClassDefFoundError: kr.co.sys4u.core.actor.order.InsertOpTempClmInfo
Caused by: java.lang.NoClassDefFoundError: kr.co.sys4u.core.actor.order.InsertOpTempClmInfo
Caused by: java.lang.ClassNotFoundException: kr.co.s..... 어쩌구 저쩌구
출처 : http://www.ibmwcs.com/2011/06/adding-external-jar-file-to-wcs.html
Steps.
1. Add the jar file to the enterprise project WC/lib.
2. Make an entry for JAR file in the Stores.war\META-INF\MANIFEST.MF (the file has specific formatting with a space before and after each line and also blank line at the end.
3. Add the jar file to the WebSphereCommerceServerExtensionsData classpath. Mak sure the exported flag is true.
<classpathentry exported="true" kind="lib" path="/WC/lib/custom/recaptcha4j.jar"/>
4. Build
5. Restart
2,3번까진 관계없는거? 같고, 메인프로젝트인 WC프로젝트에 jar를 넣어주니 오류(클래스를 찾지 못하는...)가 발생하지 않았음.
(WC프로젝트의 Property for WC > Java EE Module Dependencies 라는 메뉴를 통해 해당 jar 파일 추가하면 자동 빌드가 되고 종속되어 있는 프로젝트에는 자동으로 추가됨.)
'일(job) > JAVA' 카테고리의 다른 글
이클립스(루나 --> 케플러) 프로젝트 설정 (copy & paste) (0) | 2016.01.22 |
---|---|
이클립스 오류 build.xml (ant) Validation Error (Problems) (0) | 2016.01.22 |
이클립스 Code Templates 사용방법 (주석 샘플) #단축키 (0) | 2016.01.22 |
이클립스 디버깅, Drop to Frame, 멈춰선 브레이크 포인트 지점을 다시 확인(재실행) (0) | 2016.01.22 |
JSTL - fmt:message, bundle, 유니코드, native2ascii.exe (0) | 2016.01.22 |