Plugin classes conflict [message #322483] |
Mon, 19 November 2007 14:58  |
Eclipse User |
|
|
|
Originally posted by: vb.prismtech.com
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03813 seconds