[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Fragments

kumuksu wrote:
I am trying to create a fragment on a plugin packaged with legacy jars. My fragment has more such legacy jars. I am trying the fragment approach because I want the same class loader to be used on all these legacy jars. For one, am I completely misusing the solution a fragment was designed to resolve? If not, my other plugins in the workspace that depends on the target plugin of the fragment dont see the exported packages, resulting in compile errors. Are fragments only attached to the target at runtime?
Any suggestions?
Thanks




I have been abusing fragments for a long while now, don't sweat it :)
In truth it does get tough as you discover bugs nobody else does. But they always get fixed.


CL