티스토리 뷰
When using this software with jdk1.5.0_04, an exception is thrown (java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI). This is because the org.apache.xpath.XPathAPI class was moved in JRE 1.5. There are two ways to solve this problem:
- Utilize a jar that containts the XPathAPI class (xalan-2.4.1.jar for instance). Add this jar to the CLASSPATH. The same type of approach can be used with older JREs that do not include the XPathAPI class. The disadvantage is that you are including functionality that is already available in the JRE.
- Alter the source code to remove the package qualification. The reference to org.apache.xpath.XPathAPI is changed to simply XPathAPI. (It is now found in com.sun.org.apache.xpath.internal.) This approach requires a separate jar to download, and is the option implemented for JRE 1.5 here.
'어플리케이션' 카테고리의 다른 글
JDBC 에 대한 생각들 (0) | 2009.06.09 |
---|---|
디버그에 대한 글 모음 (0) | 2009.06.08 |
Timeline Based BBS Project .. (0) | 2009.05.15 |
CUBRID JDBC 드라이버 비교 및 빌드 (0) | 2009.04.30 |
[Simple is Hard] PHP 세미나 후기 (0) | 2009.04.22 |
자바 APP에서의 디버깅 방법 (0) | 2008.02.18 |
프로젝트 막판 짧은 소고 (0) | 2008.01.31 |
프로그래머 타입 10가지 zdnet 기사에서 스크랩 (0) | 2008.01.08 |
VC++ 프로젝트 명 변경 (0) | 2007.12.12 |
Vista 에서 권한상승할 수 있는 ActiveX Component 만들기 (0) | 2007.12.04 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- DB
- 꿈
- 카이에 소바주 시리즈
- 데이터과학
- 퇴사
- shared everything
- 프로젝트
- Datapump
- shared all
- CUBRID
- 오라클
- 커뮤니케이션의 7가지 나쁜 습관들
- auto increment
- 아웃라이어
- oracle
- 브레인피드백
- NHN 면접
- 다짐
- 습관의힘
- 구글
- 일본전산
- getGeneratedKeys
- 셀프 조인
- 구조주의 인류학
- 디자인패턴
- ChatGPT
- 큐브리드
- 성공의길
- 바이오해킹
- 튜닝
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함