Tools for Debugging Class Loading within RCP [message #436415] |
Wed, 07 September 2005 18:54 |
joel Messages: 17 Registered: July 2009 |
Junior Member |
|
|
I've been working on wrapping the opengl library JOGL as an eclipse
RCP plugin based upon the configuration of the SWT Opengl plugin.
Basically took the SWT OpenGl plugin, replaced the jars, dlls,
and .so's and renamed all the packages and such in the manifest.mf,
plugin.xml, and fragment.xml files.
When I was all done, and used Require-Bundle bundle option to refer
to my new net.java.games.jogl plugin, it worked fine on Windows and
I could do JOGL rendering
The problem came on porting to linux. On that side, it gets "class
not found" errors when it tries to reference types from JOGL. Just
as with SWT Opengl, I've put the jogl.jar and associated shared
libraries into the fragment and using the plugin info button on
the rcp application's about dialog, I can see that the plugin,
and the fragment, are both listed as "resolved".
What next step can I take to trace what is happening? Is there
some way to turn on verbose output for the osgi classloader?
thanks,
Joel
|
|
|
|
Powered by
FUDForum. Page generated in 0.04748 seconds