[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Override classloader using extensions...

Hi,

I just gave a possible (partial) solution to this question in a previous (slightly similar) thread you started on this issue.

Extending the ClassLoader given there using a extension is not hard.

Erwin Gribnau

Guillaume Duchesneau wrote:

Hello,

Does anyone knows if it is possible to override a plugin classloader using
the extension mechanism?  I have a plugin that must deserialize objects of
some classes defined in other plugins but I cannot use plugin dependencies
to share these classes.  I would like to use an extension to share
serializable classes...

any idea?

thanks

Guillaume D.