Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/Java6

< EclipseLink‎ | Development
Revision as of 15:12, 2 January 2008 by Michael.obrien.oracle.com (Talk | contribs) (New page: ==Java SE 6 Integration== This section describes current issues and resolutions for compiling and running EclipseLink on an J2SE version 6 JRE. (Disclaimer: this page is under construction...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Java SE 6 Integration

This section describes current issues and resolutions for compiling and running EclipseLink on an J2SE version 6 JRE. (Disclaimer: this page is under construction as of 20080202)

What is working

  • Compilation under Java6

What is not working

The following changes between Java5 and Java6 are causing issues

  • eclipselink.jpa test UnsupportedClassVersionError when classloading a 1.5 jar

Back to the top