"initialization error: class file has wrong version" message in JDeveloper 10.1.2.x

Posted by [email protected] on Oracle Blogs See other posts from Oracle Blogs or by [email protected]
Published on Tue, 30 Mar 2010 21:20:29 +0000 Indexed on 2010/03/30 21:43 UTC
Read the original article Hit count: 445

The "initialization error: class file has wrong version" has become a somewhat recurrent error message thrown by JDeveloper 10.1.2.x as newer JDKs have been released in the last years. Note that JDeveloper 10.1.2 was developed to run with JDK 1.4.2.

The reasons for this error message to be thrown include:

  • A JDK version higher than 1.4.2 is being used and some unexpected incompatibility conflicts can occur because of that

  • Some of the libraries used on the workspace and/or project were compiled with newer JDK version

So, it is strongly recommended to use newer JDeveloper versions (10.1.3 - 11g) for newer JDKs.


JDeveloper 10.1.2 will be desupported in December 2010 (or later depending on the support contract). Further information about this can be seen at http://www.oracle.com/support/library/brochure/lifetime-support-middleware.pdf


© Oracle Blogs or respective owner

Related posts about JDeveloper/ADF

    Related posts about Troubleshooting