Community
Participate
Working Groups
Class.forName can hold classes in memory, and in general is not very friendly with OSGI. We should analyze the code, and make any necessary changes to replace Class.forName usage with ClassLoader.loadClass instead. http://www.osgi.org/blog/2011/05/what-you-should-know-about-class.html http://www.javaworld.com/javaworld/javaqa/2003-03/01-qa-0314-forname.html