Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Plugin classes conflict
Plugin classes conflict [message #322483] Mon, 19 November 2007 14:58 Go to next message
Eclipse UserFriend
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
Re: Plugin classes conflict [message #322533 is a reply to message #322483] Tue, 20 November 2007 08:28 Go to previous message
Eclipse UserFriend
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
Previous Topic:Umlaut in exsd files
Next Topic:New Java project - System libs not included
Goto Forum:
  


Current Time: Tue Jul 15 01:36:05 EDT 2025

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

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

Back to the top