Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
263 views
in Technique[技术] by (71.8m points)

android - 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?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...