Is it possible to run multiple versions of Java on WebLogic 10.3.6 and/or 12c?
We have applications that use different versions of Java. For example, is it possible to use JRE6 and JRE7 at the same time for different applications?
Is it possible to run multiple versions of Java on WebLogic 10.3.6 and/or 12c?
Share
Unless you have different instances of Weblogic running at the same time, then I can’t see how this would be possible. A JVM instance (running a Weblogic instance) runs one and only one version of Java.
However, I expect you will find that an application that is implemented for Java 6 will run just fine using a Java 7 JRE.