Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » General (non-technical) » Eclipse Foundation » Xerces
Xerces [message #30867] Fri, 03 March 2006 12:24 Go to next message
Tarek Garoui is currently offline Tarek GarouiFriend
Messages: 7
Registered: July 2009
Junior Member
I tried to import the following packages:

import org.apache.xerces.impl.*;
import org.apache.xerces.xni.XMLLocator;

but I get the error:
"the import org.apache connot be resolved"

Can you please tell me what's wrong, if something is lacking in the
eclipse software and how to solve it
Re: Xerces [message #30902 is a reply to message #30867] Fri, 03 March 2006 12:42 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Tarek,

Eclipse no longer provides Xerces as a plugin since the JDK's now
support JAXP directly. Typically you should be using JAXP APIs, unless
you are wanting direct access to a implementation details. So if you
want to use Xerces Native Interfaces and Xerces implementation classes,
you'll need to get the libraries for that (from Apache) and put them in
a plugin so you can use them in your other plugins.


tarek wrote:
> I tried to import the following packages:
>
> import org.apache.xerces.impl.*;
> import org.apache.xerces.xni.XMLLocator;
>
> but I get the error:
> "the import org.apache connot be resolved"
>
> Can you please tell me what's wrong, if something is lacking in the
> eclipse software and how to solve it
>
Previous Topic:Can eclipse be used under 64-bit Windows platform
Next Topic:FrOSCon 2006 - Call for {Papers|Projects}
Goto Forum:
  


Current Time: Wed Apr 24 15:24:27 GMT 2024

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

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

Back to the top