Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to make my plugin use a different class loader?
How to make my plugin use a different class loader? [message #46645] Fri, 23 May 2003 18:56 Go to next message
Eclipse UserFriend
Originally posted by: av.alpware.com

Hi,
I would like my plugin to use a custom class loader.
Is it possible, and in case yes, then how?
thank you
-av
Re: How to make my plugin use a different class loader? [message #47065 is a reply to message #46645] Fri, 23 May 2003 21:28 Go to previous message
Michael Taege is currently offline Michael TaegeFriend
Messages: 29
Registered: July 2009
Junior Member
Hello,

do you want that the plugin is loaded with a custom class loader or do you
want to use a custom class loader within your plugin?

If the last case is true, it's simple because you can always write your own
class loader by extending the Java ClassLoader class and overwriting the
findClass() method.

Michael

"av" <av@alpware.com> schrieb im Newsbeitrag
news:balqq3$574$1@rogue.oti.com...
> Hi,
> I would like my plugin to use a custom class loader.
> Is it possible, and in case yes, then how?
> thank you
> -av
>
>
Previous Topic:JDBC problem
Next Topic:Property View
Goto Forum:
  


Current Time: Thu Dec 26 19:39:36 GMT 2024

Powered by FUDForum. Page generated in 0.03106 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top