Re: JOGL with OSGi
Posted by
gouessej on
Aug 07, 2013; 12:40pm
URL: https://forum.jogamp.org/JOGL-with-OSGi-tp3773888p4029750.html
Hi
We could modify JNILibLoaderBase .loadLibraryInternal() in order to perform the calls of System.load() in a method of a class in the right class loader but maybe it would cause some regressions. I'm not sure that my suggestion is safe.
I don't use Reficio but I succeeded in splitting JOGL and GlueGen into separate OSGI bundles several years ago at work and some other guys did it too (Wade, are you here?).