[EMAIL PROTECTED] wrote:

I tried to build the jars with JDK1.3 (1.3.1_12) which failed with the following error

BUILD FAILED
D:\build\db-ojb-1.0.1\build.xml:421: Following error occured while executing this line
D:\build\db-ojb-1.0.1\build.xml:78: java.lang.UnsupportedClassVersionError: javax/transaction/Transaction (Unsupported major.minor version 48.0)


after replacing the geronimo-spec-Files (geronimo-spec-j2ee-1.4-rc2.jar sounds suspicious) with the old j2ee.jar from former builds the build was successful again. Is JDK 1.3 no longer supported or am I just the only one who tried it with 1.3?


Though not officially mentioned anywhere within Geronimo, I think that - being an J2EE 1.4 implementation - it depends on J2SE 1.4. So you're right, using the Geronimo jars won't work with JDK 1.3, but rather one has to use the jars from J2EE 1.2/1.3. Other than that, AFAIK JDK 1.3 is supported and there are no plans otherwise (my guess is that OJB 1.0.1 simply wasn't tested on JDK 1.3 prior to releasing it).


Tom


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to