Eclipse Bug: Unhandled event loop exception No more handles

后端 未结 23 1995
栀梦
栀梦 2020-11-28 23:34

I\'ve built a GUI using Swing and the MigLayout.

I am using Eclipse 4.2.2 (64-bit) on Windows 7 Ultimate. Every time I click back into the window to edit my code, a

23条回答
  •  感情败类
    2020-11-29 00:09

    If you have a fresh Windows 7, force a Windows Update. That will make the problem go away. It's a shot in the dark, but solved my problem. I struggled with it for a day until I realized that newer eclipse releases give the above error with older .net Framework: everything went fine until a driver installed .net 4.0, and from that point Eclipse editor gave the unhandled event loop exception.

提交回复
热议问题