[jdom-interest] latest 1.0 beta release SAXBuilder problem

Anna Afonchenko anna at ubaccess.com
Mon Jul 12 02:49:13 PDT 2004


Hi Per.

I don't import the JDOMFactory.
I import and use the SAXBuilder, which uses the JDOMFactory
internally, and I can't change the imports inside the SAXBuilder.
I think the imports should have been adjusted in the release?

Is there anything else I can do?

Thank you very much for help

Anna

----- Original Message ----- 
From: "Per Norrman" <per.norrman at austers.se>
To: "Anna Afonchenko" <anna at ubaccess.com>
Cc: <jdom-interest at jdom.org>
Sent: Monday, July 12, 2004 10:46
Subject: Re: [jdom-interest] latest 1.0 beta release SAXBuilder problem


> Hi,
>
> JDOMFactory is moved to org.jdom. You need to adjust
> your import statement.
>
> /pmn
>
>
> Anna Afonchenko wrote:
> > Sorry if this question has been asked already, I can't search the
> > archives for some reason.
> > I just downloaded the latest binary 1.0 beta release, and I am having
> > problems with building the document from the URL.
> > Here is my code:
> >
> > URL input = new URL("http://www.some.com/file.xml");
> > Document inputDocument = new SAXBuilder().build(input);
> >
> > I get an exception:
> > java.lang.NoClassDefFoundError: org/jdom/input/JDOMFactory
> > With the previous release of jdom the build is done fine.
> > Is it a known problem or am I missing something?
> >
> > Thank you very much for help
> >
> > Anna
>
> _______________________________________________
> To control your jdom-interest membership:
>
http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
>





More information about the jdom-interest mailing list