I get this exception in Eclipse:
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/content/IContentTypeManager$IContentTypeChangeListener at java.lang.ClassLoader.defineClass1(Native Method)
I added org.eclipse.core.runtime.jar to the build path, but it doesn't seem to find IContentTypeManager there. Can someone tell me if there's another jar I need to add or some other solution for this problem?