Question: I have a java program that is using the XmlParser (Dom4J). When I use the SuiteRunner with my own classes, everything works fine. When I try to create some tests to check out my use of the Dom4J parser, I get the UnsupportedClassVersion error (Unsupported major.minor version 48.0). Does that mean that the Dom4J code must be compiled in JDK 1.4 also?