[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Plugin classes conflict

Vikram wrote:
Hi,

I have a custom plugin that wraps Jacorb CORBA classes.

I have another plugin that uses these classes at runtime.

This setup used to work on eclipse 3.2 (JDK1.5) . Since I have ported to eclipse 3.3(JDK 1.5),
I get java.lang.VerifyError at runtime.


I think this is occuring due to common interfaces org.omg.* in both the JDK and the JacORB jars.

I tried to resolve this issue by not exporting the common interfaces in the JacORB plugin - but then I run into
ClassCast exceptions.


What is the mechanism for overriding JDK classes in eclipse plug-in development environment ?

Re-directed to eclipse.technology.equinox ... they might be able to help you over there.


PW


-- Paul Webster http://wiki.eclipse.org/Platform_Command_Framework http://wiki.eclipse.org/Command_Core_Expressions http://wiki.eclipse.org/Menu_Contributions http://wiki.eclipse.org/Menus_Extension_Mapping http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/workbench.htm