Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

custom spinner view [duplicate]

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 374
luckyluke Avatar asked Jan 31 '12 04:01

luckyluke


5 Answers

I also had "Unhanded event loop exception" in Eclipse neon.3 on Linux Mint, and there were other problems such as the perspective button bar either not showing or else throwing an error when you attempted to configure it.

I found the solution in comment #7 of an Eclipse bug discussion.

The solution is to start eclipse after first executing these commands:

export SWT_WEBKIT2=1
export SWT_GTK3=0
like image 89
Roger Avatar answered Oct 12 '22 01:10

Roger


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

like image 28
Pat B Avatar answered Oct 12 '22 01:10

Pat B


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 42
Lucifer Avatar answered Oct 11 '22 23:10

Lucifer


no need to worry.. if you running android application.. give eclipse some time... restart your computer after some times open eclipse clean all projects.. now try.. it working perfectly now.. :D

like image 42
Ganesh Avatar answered Oct 12 '22 00:10

Ganesh


Cleaning all projects worked for me!

like image 38
Michael Martin Avatar answered Oct 11 '22 23:10

Michael Martin