Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unhandled event loop exception in plugin org.eclipse.ui

I recently installed/updated eclipse environment. When I try to compile the code I'm getting the error as:

Unhandled event loop exception

and says the error is in the org.eclipse.ui plugin-in.

Can any one help me on this?

like image 405
luckyluke Avatar asked Jan 31 '12 04:01

luckyluke


2 Answers

Ok please follow the following steps:

  • First close your eclipse.
  • Go to your Eclipse Folder
  • You will find the "Features" & "Plugins" folders in it.
  • Open the "Features" folder and search for the "org.eclipse.ui" folder or .jar file. If found then cut it & paste on desktop.
  • Open the "Plugins" Folder and search for the "org.eclipse.ui" folder or .jar file. If found then cut it & paste on desktop.

Now start your eclipse & try to compile.

It's possible that while updating it has downloaded the wrong updates.

like image 168
Lucifer Avatar answered Oct 09 '22 19:10

Lucifer


Finally after spending 2 hours trying to fix Eclipse, I just re-installed Eclipse and everything worked in the following 15 minutes.

like image 33
Pat B Avatar answered Oct 09 '22 21:10

Pat B