Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Unable to locate matching org.apache.xerces plugin.
Unable to locate matching org.apache.xerces plugin. [message #1733] Tue, 22 April 2003 09:42 Go to next message
Eclipse UserFriend
Originally posted by: ajayinfo.yahoo.com

Hi All,
i just transferred my code from Eclipse 1.0 to Eclipse 2.0 and everything
broke.. most of it was because of the classpath problem. I have managed to
fix everything and now it compiles (atlast). During runtime i get the
following error
java.lang.RuntimeException: Fatal Error: Unable to locate matching
org.apache.xerces plugin.
at
org.eclipse.core.internal.boot.PlatformConfiguration.locateD efaultPlugins(PlatformConfiguration.java:2223).............. ..............................................

I really dont understand why. Is this because of some ambiguity in my
classpath. i saw a similar post and that person had posted that there was
some problem with his classpath but didnt mention as to wat the problem
was.
My classpath looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var"

path=" ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.1/runtime. jar "
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.runtime_2.0.1/ runtimesrc.zip "/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.1/boot.jar "
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.1/boo tsrc.zip "/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
sourcepath="JRE_SRC"/>
<classpathentry kind="lib" path="ibmjsse.jar"/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.search_2.0.1/search.jar "/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.1/workbench.jar "
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.ui_2.0.1/workbenchs rc.zip "/>
<classpathentry kind="var"

path=" ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.0.1/ws/win32/sw t.jar "
sourcepath=" _ORG_ECLIPSE_PLATFORM_WIN32_SOURCE/org.eclipse.swt.win32_2.0 .1/ws/win32/swtsrc.zip "/>
<classpathentry kind="var"

path=" ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.0.1/resour ces.jar "
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.resources_2.0. 1/resourcessrc.zip "/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_2.0.1/jdtcore.jar "/>
<classpathentry kind="var"
path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xercesImpl.jar "/>
<classpathentry kind="var"
path=" ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xmlParserAPIs.j ar "/>
<classpathentry kind="output" path="bin"/>
</classpath>
Re: Unable to locate matching org.apache.xerces plugin. [message #1762 is a reply to message #1733] Tue, 22 April 2003 13:14 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
I believe that the xerces plugin is version 4.0.7 (at least that is what it
is in 2.1). I would check the xerces plugin version.
You should just make the jump to 2.1

HTH
Darins


"Ajay" <ajayinfo@yahoo.com> wrote in message
news:b832ps$rls$1@rogue.oti.com...
> Hi All,
> i just transferred my code from Eclipse 1.0 to Eclipse 2.0 and everything
> broke.. most of it was because of the classpath problem. I have managed to
> fix everything and now it compiles (atlast). During runtime i get the
> following error
> java.lang.RuntimeException: Fatal Error: Unable to locate matching
> org.apache.xerces plugin.
> at
>
org.eclipse.core.internal.boot.PlatformConfiguration.locateD efaultPlugins(Pl
atformConfiguration.java:2223).............................. ................
...............
>
> I really dont understand why. Is this because of some ambiguity in my
> classpath. i saw a similar post and that person had posted that there was
> some problem with his classpath but didnt mention as to wat the problem
> was.
> My classpath looks like this:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <classpath>
> <classpathentry kind="src" path="src"/>
> <classpathentry kind="var"
>
> path=" ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.1/runtime. jar "
>
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.runtime_2.0.1/ runt
imesrc.zip"/>
> <classpathentry kind="var"
> path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.1/boot.jar "
>
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.1/boo tsrc
..zip"/>
> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
> sourcepath="JRE_SRC"/>
> <classpathentry kind="lib" path="ibmjsse.jar"/>
> <classpathentry kind="var"
> path="ECLIPSE_HOME/plugins/org.eclipse.search_2.0.1/search.jar "/>
> <classpathentry kind="var"
> path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.1/workbench.jar "
>
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.ui_2.0.1/workbenchs rc.z
ip"/>
> <classpathentry kind="var"
>
> path=" ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.0.1/ws/win32/sw t.jar "
>
sourcepath=" _ORG_ECLIPSE_PLATFORM_WIN32_SOURCE/org.eclipse.swt.win32_2.0 .1/w
s/win32/swtsrc.zip"/>
> <classpathentry kind="var"
>
> path=" ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.0.1/resour ces.jar "
>
sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.resources_2.0. 1/re
sourcessrc.zip"/>
> <classpathentry kind="var"
> path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_2.0.1/jdtcore.jar "/>
> <classpathentry kind="var"
> path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xercesImpl.jar "/>
> <classpathentry kind="var"
> path=" ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xmlParserAPIs.j ar "/>
> <classpathentry kind="output" path="bin"/>
> </classpath>
>
Re: Unable to locate matching org.apache.xerces plugin. [message #2195 is a reply to message #1762] Wed, 23 April 2003 06:09 Go to previous message
Eclipse UserFriend
Originally posted by: ajayinfo.yahoo.com

Hi,
Well im using Websphere Studio Application Developer v 5.0 which has
support for Eclipse 2.0 only. Is there any way i cant go ahead with the
existing Eclipse and reslove this problem.
thanx
Ajay
Darin Swanson wrote:

> I believe that the xerces plugin is version 4.0.7 (at least that is what it
> is in 2.1). I would check the xerces plugin version.
> You should just make the jump to 2.1

> HTH
> Darins


> "Ajay" <ajayinfo@yahoo.com> wrote in message
> news:b832ps$rls$1@rogue.oti.com...
> > Hi All,
> > i just transferred my code from Eclipse 1.0 to Eclipse 2.0 and everything
> > broke.. most of it was because of the classpath problem. I have managed to
> > fix everything and now it compiles (atlast). During runtime i get the
> > following error
> > java.lang.RuntimeException: Fatal Error: Unable to locate matching
> > org.apache.xerces plugin.
> > at
> >
> org.eclipse.core.internal.boot.PlatformConfiguration.locateD efaultPlugins(Pl
> atformConfiguration.java:2223).............................. ................
> ...............
> >
> > I really dont understand why. Is this because of some ambiguity in my
> > classpath. i saw a similar post and that person had posted that there was
> > some problem with his classpath but didnt mention as to wat the problem
> > was.
> > My classpath looks like this:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <classpath>
> > <classpathentry kind="src" path="src"/>
> > <classpathentry kind="var"
> >
> > path=" ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.1/runtime. jar "
> >
> sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.runtime_2.0.1/ runt
> imesrc.zip"/>
> > <classpathentry kind="var"
> > path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.1/boot.jar "
> >
> sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.1/boo tsrc
> ..zip"/>
> > <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
> > sourcepath="JRE_SRC"/>
> > <classpathentry kind="lib" path="ibmjsse.jar"/>
> > <classpathentry kind="var"
> > path="ECLIPSE_HOME/plugins/org.eclipse.search_2.0.1/search.jar "/>
> > <classpathentry kind="var"
> > path="ECLIPSE_HOME/plugins/org.eclipse.ui_2.0.1/workbench.jar "
> >
> sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.ui_2.0.1/workbenchs rc.z
> ip"/>
> > <classpathentry kind="var"
> >
> > path=" ECLIPSE_HOME/plugins/org.eclipse.swt.win32_2.0.1/ws/win32/sw t.jar "
> >
> sourcepath=" _ORG_ECLIPSE_PLATFORM_WIN32_SOURCE/org.eclipse.swt.win32_2.0 .1/w
> s/win32/swtsrc.zip"/>
> > <classpathentry kind="var"
> >
> > path=" ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.0.1/resour ces.jar "
> >
> sourcepath=" _ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.resources_2.0. 1/re
> sourcessrc.zip"/>
> > <classpathentry kind="var"
> > path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_2.0.1/jdtcore.jar "/>
> > <classpathentry kind="var"
> > path="ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xercesImpl.jar "/>
> > <classpathentry kind="var"
> > path=" ECLIPSE_HOME/plugins/org.apache.xerces_4.0.5/xmlParserAPIs.j ar "/>
> > <classpathentry kind="output" path="bin"/>
> > </classpath>
> >
Previous Topic:Classpath of a plugin programmitically ?
Next Topic:Rebuild Project
Goto Forum:
  


Current Time: Wed Jan 15 07:46:48 GMT 2025

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

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

Back to the top