| [news.eclipse.platform.rcp] Re: Fragments |
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
CL