[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: run-time workbench: problems with restoring views and editor
|
You should depend on other plugins only through plugin.xml <requires>.
Nothing else will let external jars be found by plugins.
Bob
"Holger Muegge" <muegge@xxxxxxx> wrote in message
news:3D596159.3050701@xxxxxxxxxx
> Bob Foster wrote:
> > I guess I'll rephrase my earlier question: Do you have a Xerces jar in
your
> > plugin?
> >
> > Bob
> >
>
> Hi Bob,
>
> I defined a classpath variable ECLIPSE_HOME and used two extensions of
> it, namely to
> ECLIPSE_HOME/plugins/org.apache.xerces_4.0.3/xmlParserAPIs.jar and
> ECLIPSE_HOME/plugins/org.apache.xerces_4.0.3/xercesImpl.jar
>
> That's it. Is there something wrong with?
>