Anyone know a remedy for this? I get ClassNotFound exception when trying
to access any of the built in JUnit functionality.
I can find all the classes manually, and the paths are all correct. I
just came over from being a NetBeans user, so I don't know all of the
idiosyncracies of Eclipse yet. Any help would be greatly appreciated.
!MESSAGE Plug-in org.eclipse.jdt.junit was unable to load class
org.eclipse.jdt.internal.junit.ui.JUnitPreferencePage.
!STACK 0
java.lang.ClassNotFoundException:
org.eclipse.jdt.internal.junit.ui.JUnitPreferencePage
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:361)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:326)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74)
at java.lang.ClassLoader.loadClass(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:251)