Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] external jar problem-- xercesImpl.jar

A question better directed to the eclipse.tools newsgroup.

When you do that, somebody will ask if you have set up a dependency on
org.apache.xerces in your manifest (plugin.xml) so you might as well mention
it in your question.

Bob

----- Original Message -----
From: "Mihir Malviya, Noida" <mihir@xxxxxxxxxxxxxxxxx>
To: <pde-dev@xxxxxxxxxxx>
Sent: Monday, March 10, 2003 5:52 AM
Subject: [pde-dev] external jar problem-- xercesImpl.jar


> hi,
>  I am building a plug-in which requires the xerces 2.0 XML parser.
> But when I test the plugin using the runtime-workbench it uses the crimson
> parser(default in jre).
>
>
> I even tried creating a plugin which exports the related jar files and use
> them in my plugin but with no success.
> The jars are not added to the classpath.
>
>
> Is there anything else I need to do?
>
> Thanks,
> mihir.
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/pde-dev
>



Back to the top