Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Problems dev. Plugin
Problems dev. Plugin [message #599120] Tue, 20 September 2005 18:51
Mirco Dunker is currently offline Mirco DunkerFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,
I have a problem developing a eclipse-plugin. I used this article
http://www.eclipse.org/articles/Article-PDE-does-
plugins/PDE-intro.html to create a menu button. That works fine, but now I
want to chance the code wich is
executed by pressing the button. It works for simple content like
System.out.println but wenn i chance it to code
surrounded by a try-catch block i always get the following exception:

Unhandled event loop exception

when i move the code from the run() method to the constructor i get:

Could not create action delegate for id: de.mirco.prototyp.actions.Import
Reason:
Internal plug-in action delegate error on creation.

exception. Isn't it allowed to execute try/catch surrounded code? Or is
ist an other problem? is there any
solution?

greetings Mirco
Previous Topic:Problems dev. Plugin
Next Topic:test
Goto Forum:
  


Current Time: Tue Apr 23 16:48:48 GMT 2024

Powered by FUDForum. Page generated in 0.02768 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top