Hello, i am trying to OSGify a non-OSGi library which is relying on loading resources from root of itself, resources which are not in any package, using something like Thread.currentThread().getContextClassLoader().getResourceAsStream("nifty.vs");

I know that i could perform setContextClassloader() in a thread, but which classloader to choose? I need one, which would be able to load resources from root of any bundle, but is there any pre-made solutions for that? Currently i am using own classloader, which is iterating over all bundles from the system until it finds a match for resource, but i wonder if there any better solutions.

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to