Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor
at JFaceDemo.main(JFaceDemo.java:18)
------------------------------------------------------------
不都说了吗:)the class could not be found

解决方案 »

  1.   

    这个我知道,但是我创建一个Window就是好好的,而且必要的jar都已经加入了,为什么还会出现class could not be found的情况?
      

  2.   

    你有没有指定你的jar文件的目录啊??
      

  3.   

    F:\eclipse-SDK-3.0-win32\eclipse\plugins\org.eclipse.core.runtime_3.0.0\runtime.jar
      

  4.   

    这个没有加,我明天去试一试,不过为什么创建Window对象就没有问题呢?