일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 선택적조인
- WebLogic
- 가우스
- MFC
- oracle
- sencha touch
- iBATIS
- PLSQL
- jsr 296
- Struts
- rowspan
- Ajax
- ibsheet
- node.js
- phonegap
- 전자정부프레임워크
- jQuery
- appspresso
- JSON
- PHP
- swingx
- Android
- MySQL
- Spring
- GPS
- Eclipse
- JDOM
- dock
- Google Map
- tomcat
Archives
- Today
- Total
Where The Streets Have No Name
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable 본문
Developement/Java
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable
highheat 2008. 3. 21. 15:13출처 : http://popfly.egloos.com/4135379
JFace를 위해 buildpath 설정
org.eclipse.jface
org.eclipse.core.commands
org.eclipse.equinox.common
org.eclipse.swt => swt.jar
org.eclipse.equinox.common <- 등록 되어 있지 않으면,
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable 발생한다.
JFace를 위해 buildpath 설정
org.eclipse.jface
org.eclipse.core.commands
org.eclipse.equinox.common
org.eclipse.swt => swt.jar
org.eclipse.equinox.common <- 등록 되어 있지 않으면,
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable 발생한다.