Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Plugin not started 2

I saw the previous topic : Plugin not started
I have tried everything you suggested but nothing seems to work

So my problem is very similar:
I have an RCP application, and a plugin
the plugin contains the necessary libraries for the application to run, it
exports the packages, and the application plugin requires this "library
plugin". it worked for a time, but now, i do not know why, it does not work,
it gives me that ugly NoClassDefFoundException when the app reaches a line
where it references the other plugin. While debugging, I've found out that
there is also a LinkageError... so the application does not find the plugin
while running, so it throws the LinkageError when invoking
MyPlugin.getDefault().
Eclipse doesn't give me any build errors, so everything seems fine, andI
can't find out what's the problem
Please help me....
Thank you in advance...
        Robert
-- 
View this message in context: http://www.nabble.com/Plugin-not-started-2-tf4569362.html#a13041693
Sent from the Eclipse PDE - General mailing list archive at Nabble.com.



Back to the top