Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Java6"

(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...)
 
(Java SE 6 Integration)
Line 1: Line 1:
 
==Java SE 6 Integration==
 
==Java SE 6 Integration==
This section describes current issues and resolutions for compiling and running EclipseLink on an J2SE version 6 JRE.
+
This section describes current issues and resolutions for compiling and running EclipseLink on a Sun Java 6 JRE (currently 1.6.0_03-b05).
 
(Disclaimer: this page is under construction as of 20080202)
 
(Disclaimer: this page is under construction as of 20080202)
 +
 
==What is working==
 
==What is working==
 
*Compilation under Java6
 
*Compilation under Java6

Revision as of 15:13, 2 January 2008

Java SE 6 Integration

This section describes current issues and resolutions for compiling and running EclipseLink on a Sun Java 6 JRE (currently 1.6.0_03-b05). (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