Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Plugin dependency problem

I am having a trouble locating interface present in plugin B from plugin A.  This is happening when I try to run it outside the eclipse workbench.

 

Here is what I did.

 

1.  Created a feature including these 2 packages (plugin A’s plugin.xml file has a entry which exports plugin B)

2.  Exported these 2 packages into a installable plugins (jar + plugin.xml)

3.  Copied them to plugin directories of a eclipse

4.  Restarted the eclipse.

 

Now, plugin A which is referring to interface in plugin B is throwing an error message saying ‘NoClassDefFoundError’.  It works fine when I launch it through runtime workbench

 

Anybody has any idea on what am I doing wrong here?

 

Thanks in advance

-Deepak

 

 

 


Back to the top