how to use third party XML parser in eclipse plugin [message #127739] |
Thu, 11 September 2003 16:39  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.02513 seconds