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

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 ?

Thanks,
VB