<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2719.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Trying to compile the following code</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>-------------------------</FONT></DIV>
<DIV><FONT size=2>import org.jdom.*;<BR>import org.jdom.output.*;<BR>import
org.jdom.input.*;<BR>import java.io.*;<BR>import java.util.*;</FONT></DIV>
<DIV><FONT size=2>...</FONT><FONT size=2><BR>Element root =
doc.getRootElement();<BR>List children = root.getChildren();</FONT></DIV>
<DIV><FONT size=2>...</FONT></DIV>
<DIV><FONT size=2>-------------------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>I get this error:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Test.java:66: incompatible types<BR>found :
com.sun.java.util.collections.List<BR>required:
java.util.List<BR>
List children = element.getChildren();</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have tried to figure out the reason, but I didn't find any
helpful replies that were being sent to people having the same
problem.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV>
<DIV><FONT size=2>I'm using sdk 1.4.0 and jdomb8. There is no other sdk
installed on my machine.</FONT></DIV></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Does anyone show me the way?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Steffen</FONT></DIV></BODY></HTML>