06/08/10 16:09:44
eclipse3.2のSWT(JFace)を用いてGUIを開発しようとしているのですが,
ApplicationWindow を継承したクラスを作ると
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/IProgressMonitor
Exception in thread "main"
のようなエラーが出ます
ネットで探して必要そうなjarは全て入れてます
実際に org/eclipse/core/runtime/ の中を見ると IProgressMonitor というクラスはありません
どのような解決策がありますか?