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 발생한다.