<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry if this question has been asked already, I 
can't search the archives for some reason.</FONT></DIV>
<DIV><FONT face=Arial size=2>I just downloaded the latest binary 1.0 beta 
release, and I am having</FONT></DIV>
<DIV><FONT face=Arial size=2>problems with building the document from the 
URL.</FONT></DIV>
<DIV><FONT face=Arial size=2>Here is my code:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>URL input = new URL("<A 
href="http://www.some.com/file.xml">http://www.some.com/file.xml</A>");<BR>Document 
inputDocument = new SAXBuilder().build(input);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I get an exception:</FONT></DIV>
<DIV><FONT face=Arial size=2>java.lang.NoClassDefFoundError: 
org/jdom/input/JDOMFactory<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>With the previous release of jdom the build is done 
fine.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is it a known problem or am I missing 
something?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you very much for help</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anna</DIV></FONT></BODY></HTML>