Thursday, May 26, 2016

Eclipse hangs at startup showing only the splash screen

Eclipse hangs at start-up showing only the splash screen


 In your workspace directory perform the following steps:
  1. find the  ".metadata" folder (note: it was hidden) & .plugins
  2. found the folder with name  "org.eclipse.core.resources org.eclipse.core.resources" and take the back up by renaming the folder "org.eclipse.core.resources org.eclipse.core.resources.bkp". 
  3. Start eclipse. (It should show an error message or an empty workspace because no project is found.)
  4. Start eclipse and start working. :-)

Sunday, May 22, 2016

[Eclipse] : Internal error, trying to import from git

I am using Eclipse Luna, and I am trying to import a project from github. However, it says "Internal error; consult Eclipse error log" when I pasted the URI in:
enter image description here

Solution :

Delete the "secure_storage" file from the below location.

C:\Users\<username>\.eclipse\org.eclipse.equinox.security\secure_storage
Restart the eclipse and enjoy..