[jdom-interest] (no subject)
philip.nelson at omniresources.com
philip.nelson at omniresources.com
Tue Aug 1 14:20:27 PDT 2000
> C:\rizwan\jdom\build\src\org\jdom\input\DOMBuilder.java:386: Method
> getPublicId(
> ) not found in interface org.w3c.dom.DocumentType.
> String publicID = domDocType.getPublicId();
> ^
> C:\rizwan\jdom\build\src\org\jdom\input\DOMBuilder.java:387: 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.
I guess we need a FAQ. You must have an earlier release of the org.w3c.DOM
classes in your classpath. A favorite hideout is you jre/lib/ext directory.
More information about the jdom-interest
mailing list