[jdom-interest] Re: IllegalAccessError : how to pass Element to constructor

Joseph Bowbeer jozart at csi.com
Wed Feb 28 01:42:00 PST 2001


Something is messed up <g>.  I don't know what, but I doubt it's JDOM.

The format of the "Lorg/jdom/Element" string is described in the javadoc for
Class.getName.

 http://java.sun.com/j2se/1.3/docs/api/java/lang/Class.html

The "L" prefix means object.  The rest of the thing is the classname, which,
if things weren't messed up, would be "org.jdom.Element" (with dots instead
of slashes).


----- original message -----

From: James Sinnamon <sinnamon at usq.edu.au>
To: jdom-interest at jdom.org
Subject: IllegalAccessError : how to pass Element to constructor

java.lang.IllegalAccessError: try to access method
org.multipi.Interactor.<init>(Lorg/jdom/Element;)V from class
org.multipi.Team






More information about the jdom-interest mailing list