Reputation: 1498
I installed Kepler on my fairly new mbp running 10.9.1. Initially this worked, but now when it won't open. Clicking on the docked icon shortcut will start eclipse, but the small loading bar gets to slightly past "loading workbench" then the whole app shuts down. Running in the terminal gives me this error:
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.Workbench$55
I read that others were having Java issues with eclipse on mavericks but I'm not sure that is my case, especially since it was previously running. Please help!
Upvotes: 2
Views: 1924
Reputation: 16383
FWIW, I found that it was possible to be more surgical. The issue in my case was in the .metadata.plugins\org.eclipse.e4.workbench folder. Clearing that, I lost my UI state, but all of the projects, SVN connections, etc... weren't lost.
Upvotes: 0
Reputation: 4382
Delete the .metadata directory will make Eclipse run again. You can find .metadata folder at your workspace directory.
Upvotes: 0
Reputation: 1498
Solved this issue by deleting the .metadata folder, forcing eclipse to create a fresh one. Works great now.
Upvotes: 5