Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » install xerces plugin
install xerces plugin [message #31392] Wed, 08 March 2006 13:28 Go to next message
Tarek Garoui is currently offline Tarek GarouiFriend
Messages: 7
Registered: July 2009
Junior Member
Hello,
I have a problem installing a plugin.
I downloaded the Xerces-J plugin from this site:
http://www.apache.org/dist/xml/xerces-j/
(the file: Xerces-J-bin.2.8.0.tar.gz )
After unzipping, I got the following jar files:
resolver.jar
xercesImpl.jar
xercesSamples.jar
xml-apis.jar

I copied these files into the plugins directory of my eclipse
installation, but the error "import org.apache cannot be resolved" is
still there in the program, even after I restarted eclipse many times.

Can someone tell me where the problem is ?

Thanks
Re: install xerces plugin [message #31412 is a reply to message #31392] Wed, 08 March 2006 13:44 Go to previous message
Steven Wasleski is currently offline Steven WasleskiFriend
Messages: 23
Registered: July 2009
Junior Member
tarek wrote:
> Hello,
> I have a problem installing a plugin.
> I downloaded the Xerces-J plugin from this site:
> http://www.apache.org/dist/xml/xerces-j/
> (the file: Xerces-J-bin.2.8.0.tar.gz )
> After unzipping, I got the following jar files:
> resolver.jar
> xercesImpl.jar
> xercesSamples.jar
> xml-apis.jar
>
> I copied these files into the plugins directory of my eclipse
> installation, but the error "import org.apache cannot be resolved" is
> still there in the program, even after I restarted eclipse many times.
>
> Can someone tell me where the problem is ?
>
> Thanks
>
Tarek,

Those are just ordinary jars. They are not jar'ed plugins. If you want
to use them from your plugin, you will need to wrap them in another
plugin. How do to this has been covered several times in the platform
and rcp newsgroups. You should look there.

That said, you should not be using the Xerces api directly. You should
use the JAXP api that comes with the JRE. The JRE will use its bundled
parser under the covers (often Xerces). By doing this, you can avoid
the issue altogether.

Steve
Previous Topic:Don't forget to register for EclipseCon
Next Topic:Upgrade Woes 3.1.0 to 3.1.2
Goto Forum:
  


Current Time: Sat Apr 27 03:40:55 GMT 2024

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

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

Back to the top