Reputation: 16870
When does the below error is thrown in Eclipse -
An internal error occurred during: "Java Search".
-1
I tried to CTRL+SHIFT+G on a method to find from where it is getting called. Which appears to be working fine but with the above error.
Upvotes: 1
Views: 2460
Reputation: 172568
You can check if you have duplicate entries in classpath.
The solution which mostly works to get rid of this error is to delete the project from eclipse and them reimport it as existing project.
Upvotes: 1