I used to have Eclipse configured well and work fine before. But I just uninstalled it and installed Eclipse Juno again on my Mac OS 10.10 today. But I kept getting this err
The problem is generally related to project or plugin-specific runtime configurations that (still) point to some JDK/JRE that is not existing anymore (e.g. after some update or migration).
We had this e.g. with the ANT plugin, where the launch configuration had to be updated (per ant build file), if it was e.g. not set to the default ~ run in same JRE as workspace.
You will find these settings (typicall under the JRE tab) either:
in the global plugin configuration under Eclipse -> Window -> Preferences -> ... of your plugin (typing runtime in the Filter section above may help to find it quickly).
or it is set in a project/file-specific run configuration which you should see if you go to
Eclipse -> Run -> Run configurations... orRun As -> Run Configurations ...or it is set in a project/file-specific external tool configuration (e.g. like used by ANT) which is similarly to be found here:
Eclipse -> Run -> External Tools -> External Tools Configuration ... orRun As -> External Tool Configurations ...