Skip to main content



      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 14: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 17:28 Go to previous message
Eclipse UserFriend
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 Mar 13 13:55:49 EDT 2025

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

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

Back to the top