Could someone tell me why this error is due? It happened to me when I wanted to start using Eclipse, because I normally use NetBeans.
The error is:
Unhandled event loop exception
No more handles
In a problem similar to yours, raised in OS in English , a solution was found as follows:
Change the Java editor for WindowBuilder. For this you have to go to:
Eclipse/Windows/Preferences
and once in Preferences
go to: General/Editors/File Associations
and there choose WindowBuilder Java Editor
as the default editor.
CLOSED NOT_ECLIPSE
, which means that this error can be reproduced due to external components of Eclipse such as plugins or add-ons that you try to use and that are not available or outdated. If the solution outlined above does not solve your problem, you could try other of the ones raised in the answers and comments of this same problem posed in SO in English (link above).
The most voted answer in SO in English, although it is not marked as a solution, indicates that the problem could be linked to Team Viewer.
Those who have experienced this problem after having installed Team Viewer, it is very likely that they can solve the problem by following the steps indicated in that specific response.