Continuation: New To Java: How To Install JFace?
Here's the original link:
h t t p : / / w w w .java-forums.org/new-java/15968-new-java-how-install-jface.html
I already got the jar file but during object creation it gives an error message "Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/core/runtime/ISafeRunnable"
here's the code where the exception occurred:
Code:
// mShell variable was successfully created
ListViewer listViewer;
listViewer = new ListViewer(mShell); // <- exception occurred
Please assist me on this.