On Thu, Feb 25, 2010 at 2:12 PM, Mahammad Nasir <[email protected]> wrote: > Currently i am not facing any problems with felix. But i am not able to > instantiate Equinox. It appears to me reason for this is Equinox has > Thread.currentthread.getContextClassLoader which returns null (I am not > fully sure, if this is the prob). > Do you play with your own class loader? It's better use standard OSGi way to load class. See org.osgi.framework.Bundle.loadClass(String name)
-Guo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

