Problems dev. Plugin [message #68904] |
Tue, 20 September 2005 14:51 |
Eclipse User |
|
|
|
Originally posted by: mirco.mirco-dunker.de
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
|
|
|
Powered by
FUDForum. Page generated in 0.03516 seconds