[jdom-interest] NoSuchMethodError?

Ian Lea ian.lea at blackwell.co.uk
Mon Mar 11 04:34:04 PST 2002


Certainly looks like a classpath problem, and one with jdom itself,
but it seems a strange method call to hit the problem on.  Hadn't
your app already made jdom calls by then?

Could it be that you've got different versions of the jdom jar file
floating around?



--
Ian.


> 
> Dear All,
> 
> When I try and run my app I get the following Exception:
> 
> Exception in thread "main" java.lang.NoSuchMethodError:
> org.jdom.Element.getChildren(Ljava/lang/String;Lorg/jdom/namespace;)Ljava/ut
> il/List;
> 
> I'm assuming that there is a file missing from my classpath but am not sure
> which - or even if this is really the problem.
> 
> Any ideas?
> 
> Thanks
> Steve.



More information about the jdom-interest mailing list