-
Notifications
You must be signed in to change notification settings - Fork 20
Trouble Shoot
Jeeeyul Lee edited this page Mar 19, 2014
·
11 revisions
Please restart your eclipse with -clearPersistedState
. 4.2 or higher version of Eclipse caches workbench state which may refers removed contribution. This procedure is required for each workspace.
Windows:
eclipse -clearPersistedState
OSX:
$ open Eclipse.app --args -clearPersistedState
Linux:
./eclipse -clearPersistedState
After clear persisted states, Review your key configuration in Preference >> General >> Keys
.
Type "Paste" in filter text field to review current key binding.