Customize plugin's ClassLoader [message #448218] |
Wed, 19 April 2006 06:37  |
Eclipse User |
|
|
|
Originally posted by: sciman.126.com
Hi,all:
I want to do something when class loading, so I need to customize
ClassLoader, and want to know what's the difference between plugin's
ClassLoader and the common java ClassLoader.
Who can give me some comments?
Regards,
Karl.
|
|
|
Re: Customize plugin's ClassLoader [message #448223 is a reply to message #448218] |
Wed, 19 April 2006 07:56  |
Eclipse User |
|
|
|
Oh, I have a comment: Good luck!
Seriously though, eclipse uses OSGi policies when classloading. Reading
about OSGi will give you some insight into what its classloading
framework is trying to do. Then you can start looking in classes like
BundleHost (for loadClass(*)), BundleClassLoader and BundleLoader.
Later,
PW
|
|
|
Powered by
FUDForum. Page generated in 0.03355 seconds