View Single Post
  (#2 (permalink)) Old
kremso kremso is offline
Member
 
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Feb 2008
Default 02-08-2008, 04:22 AM

Class.forName will use the ClassLoader which belongs to your plugin, so this is not the way to go. Since the classloaders are managed by equinox, you should direct your search this way.

I found an eclipsezone thread, where somebody recommends using Platform.getBundle("bundle.id").loadClass("classNa me")

Good luck!
Tomas
Reply With Quote