I downloaded the
castor xml jar, castor-1.0.4-xml.jar, from the castor website. When we try
to use the castor jar in our Applet, we get truncated class
ClassFormatError. It appears Castor was compiled using 1.4.2, where as our
application uses 1.5.0.
Are there any Castor
jars compiled with JDK 1.5 already? I'd rather not have to build it
myself.
Eric