Does JDOM work with JDK 1.1?
Not any longer. We maintained compatibility until April 2003 when we fully integrated Jaxen for XPath which does not have a JDK 1.1 port. If you absolutely need JDK 1.1 support, pull the JDOM code from CVS as it was at the end of March. There’s special build scripts that replaced the Java 2 Collections APIs with a JDK 1.1 version called collections.jar.