Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

upgrade Oracle jvm to jdk8

Miller - BAEAug 29 2016 — edited Oct 4 2016

My Oracle 12c instances javavm point to the jdk1.6.  I see a path to upgrade to jdk1.7  - under $ORACLE_HOME/javavm/jdk there is a jdk7 directory installed.  We would like to move all of our java to jdk1.8.  My current problem is that my java stored procedure fails to resolve when I load a jdk1.8 compiled .jar file.  I see an incompatible version error which I am guessing is the jdk6 javavm trying to run the jdk8 .jar. 

Is there a path to upgrade the Oracle JAVAVM to jdk 8?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2016
Added on Aug 29 2016
2 comments
3,997 views