Neil Graham wrote:
> In xerces2 it's org.apache.xerces.impl.Version.

Apparently, you use .impl.Version instead of .framework.Version for Xerces2.

Cheers!
Brion

-----Original Message-----
From: Venugopal.V.V [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 20, 2002 12:56 AM
To: [EMAIL PROTECTED]
Subject: Re: finding the version used ... new bie


Hi..

I'm new to XML... I downloaded xerces2 from apache.org and worked on parsing
using SAX. But related to this version.. I tried executing the command

java org.apache.xerces.framework.Version,

but that gives me the following error..

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/xerces/frameWork/Version
(and actually when i checked the jar files i could not find this class at
all).

Please let me know where i'm doing it wrong? My classpath contains both
xercesImpl.jar & xmlParserAPIs.jar. The difference in behaviour is because
it is Xerces2? What is the difference between Xerces2 & Xerces-J ? Would
like to know any resources where they can list out the differences.

I would be very thankful if somebody out there can help me out in this.
Sorry if i made you guyz annoyed with the level of expertise i have in XML.

Thanks,
- Venu


----- Original Message -----
From: "Swanson, Brion" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 8:17 PM
Subject: RE: finding the version used ...


> try executing the following:
>
>   java org.apache.xerces.framework.Version
>
> This should present to you the version of Xerces (at least since 1.3.1).
>
> Brion
>
> -----Original Message-----
> From: Didier Bretin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 19, 2002 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: finding the version used ...
>
>
> Hello,
>
>   I have an application developped with xerces-j but I don't know the .
> Of course I have the associated jar files.
>
>   Is there a way for me to find the version of xerces-j the jar files
> are from ?
>
> Regards.
> --
>             .------------------------------------------------.
>     .^.     | Didier Bretin, France | [EMAIL PROTECTED]    |
>     /V\     |-----------------------| www.informactis.com    |
>    // \\    |                       `------------------------|
>   /(   )\   | Visit: http://www.vim.org/                     |
>    ^^-^^    `------------------------------------------------'
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to