Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how to use third party XML parser in eclipse plugin
how to use third party XML parser in eclipse plugin [message #127739] Thu, 11 September 2003 16:39 Go to next message
Eclipse UserFriend
Originally posted by: shanjiang88.yahoo.com

Hi,

I am working on an eclipse plugin project, The environment is Eclipse 2.1,
JDK 1.4.1. Inside my project, part of my code requires a third party XML
parser (Xerces does not work for my code).

I think the Xerces is the default parser that Eclipse plugin is using. My
question is, how to setup this plugin project to use the other XML Parser?

BTW, I can't use system.setProperty to set the parser library for my
plugin, as doing so will break the code of others.

Thanks, Shan
Re: how to use third party XML parser in eclipse plugin [message #127997 is a reply to message #127739] Fri, 12 September 2003 05:25 Go to previous message
Eclipse UserFriend
Originally posted by: lists.luebken.spamremove.com

Hi,
just include your favourite XML parser libs into your plugin
(http://eclipsewiki.swiki.net/52#addJarToClasspath)

Now if you don't import the xerces plugin, you can your favourite
libraries. The PLuginClassLoader should ensure that you use your own
libraries.
See http://eclipsewiki.swiki.net/5 for more.

Matt

Shan Jiang wrote:
> Hi,
>
> I am working on an eclipse plugin project, The environment is Eclipse 2.1,
> JDK 1.4.1. Inside my project, part of my code requires a third party XML
> parser (Xerces does not work for my code).
>
> I think the Xerces is the default parser that Eclipse plugin is using. My
> question is, how to setup this plugin project to use the other XML Parser?
>
> BTW, I can't use system.setProperty to set the parser library for my
> plugin, as doing so will break the code of others.
>
> Thanks, Shan
>
Previous Topic:WordRule highlighting substrings when it shouldn't
Next Topic:Newbie: QNX6 rtp nc, Eclipse/CDT and Help/Updates
Goto Forum:
  


Current Time: Wed Apr 16 00:46:41 EDT 2025

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

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

Back to the top