Java error, Unhandled event loop exception No more handles

0

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

    
asked by TaD 10.06.2017 в 17:23
source

1 answer

2

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.

  • If you have problems with Window Builder, you can download it here .
  • Also point out that in 2013 a bug was reported with this message in Eclipse, which it does not have the status Resolved , but it has the status: 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).

Another possible cause: Team Viewer

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.

    
answered by 11.06.2017 / 03:12
source