Hi,
I have recently switched an application from
Java 1.4 to Java 6. I am having problems with one bit that parses XML using SAX.
The old code did this: -
Under Java 6, this causes a ClassNotFoundException (not at the above code, but when it tries to parse XML).
Under Java 6, if we simply don't bother with this code at all, it seems to parse XML just fine. So, in a way, I already have a solution. But I would like to know exactly what's changed in the Java distributions and why.
A quick Google didn't reveal the answers I'd hoped for. Can anyone point me to appropriate documentation about what XML SAX parser(s) are in what JDK?