We have an Applet compile under 1.5 which uses the Castor
XML Mapping to unmarshall XML into one of our 1.5 classes. Castor is compiled
with 1.4 and cannot load the 1.5 class.
E
From: Werner Guttmann [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 08, 2006 3:08 AM
To: dev@castor.codehaus.org
Subject: RE: [castor-dev] Castor xml Jar compiled with JDK 1.5
I'd still like to understand the problem itself. So you did
get ClassFormatErrors ? How come ? An where ?
Werner
From: Eric Scroger [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 07. November 2006 23:26
To: dev@castor.codehaus.org
Subject: RE: [castor-dev] Castor xml Jar compiled with JDK 1.5No problem now. I found the src on the website and just built it with Ant.Thanks,Eric
From: Eric Scroger [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 07, 2006 3:10 PM
To: dev@castor.codehaus.org
Subject: [castor-dev] Castor xml Jar compiled with JDK 1.5I 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

