In Eclipse 3.6 M2 (Helios) the non-UI parts of the org.eclipse.jdt.junit plugin have been split off into a new plugin org.eclipse.jdt.junit.core. This new plugin is missing in the Fedora 14 eclipse-jdt-3.6.1 package.
You can restore JUnit functionality in Eclipse as follows:
- Download org.eclipse.jdt-3.6.zip.
- In Eclipse, click Help > Install New Software...
- Click Add...
- Click Archive...
- Select the org.eclipse.jdt-3.6.zip file and click OK.
- Uncheck "Group items by category".
- Select "Eclipse Java Development Tools".
- Click Next, Next, accept the license agreement, and click Finish.
- Restart Eclipse.