Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] runtime problem with plugin

I made on popup menu, for the appropriate action I set :

newDuploC.plugin.DuplocViewAction (that class exist on compile time), but when I try to run it (new workbench) and try to run that action I got:

 

Could not create action delegate for id: duplocaction1

Reason:

Plug-in newDuploC was unable to load class newDuploC.plugin.DuplocViewAction.

 
How to correct my plugin to see my class on runtime?
 
Please help,
Mladen.
 
[I'm not sure am I on the right place. If not please send me address for right place about
developing plugin questions]

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Back to the top