[jdom-interest] Troubles building JDOM version

Ryan O'Connell ryan_deb at mediaone.net
Fri Jul 14 15:21:35 PDT 2000


Mystery solved thanks to Philip.  I installed the JAXP jars from Sun in the
jre/lib/ext and it was finding these jars before the one distributed with
the JDOM package.

Thanks Philip, I completely forgot about those jar files.

Much Thanks,
Ryan



> -----Original Message-----
> From: jdom-interest-admin at jdom.org
> [mailto:jdom-interest-admin at jdom.org]On Behalf Of
> philip.nelson at omniresources.com
> Sent: Friday, July 14, 2000 11:37 AM
> To: jdom-interest at jdom.org
> Subject: RE: [jdom-interest] Troubles building JDOM version
>
>
> hmm... it does seem like a version problem though.  There is in fact a
> getPublicId() method in that class.  I remember seeing this error
> too and it
> was because I had a different xml jar in my class path before the one that
> jdom expected.  Could you have some xml packages in your lib/ext
> directory?
>
> > I am new to JDOM and seem to be having some difficulties.  I pulled down
> > the jdom-05jun2000-src.tar.gz and had problems building the source The
> > exact error is:
> >
>
> <snip>
>
> >
> >
> /home/ryano/download/jdom-june-05/jdom/build/src/org/jdom/input/DO
> MBuilder.j
> ava:316:
> > Method getPublicId() not found in interface org.w3c.dom.DocumentType.
> >                 String publicID = domDocType.getPublicId();
> >                                                         ^
> >
> /home/ryano/download/jdom-june-05/jdom/build/src/org/jdom/input/DO
> MBuilder.j
> ava:317:
> > Method getSystemId() not found in interface org.w3c.dom.DocumentType.
> >                 String systemID = domDocType.getSystemId();
> >                                                         ^
> > 2 errors
> > BUILD FATAL ERROR: Compile failed, messages should have been provided.
>
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/yourad
dr at yourhos
t.com
_______________________________________________
To control your jdom-interest membership:
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhos
t.com




More information about the jdom-interest mailing list