java - WebLogic OpenJDK 7 compatibility -
what versions of weblogic application server compatible openjdk 7? can't find concise answer googling oracle's documentation. although there reference getting oracle's binary release of jdk 7 working, don't know if extends openjdk.
according wikipedia:
standard | wls 7.0 | wls 8.1 | wls 9.0 | wls 10.0 | wls 10.3 | wls 12c ============================================================================== java | 1.3 | 1.4 | 5 | 5 | 6 (7 in 10.3.6+) | 7 java ee | 1.3 | 1.3 | 1.4 | 5 | 5 | 6 servlet | 1.2 | 2.3 | 2.4 | 2.5 | 2.5 | 3.0 jsp | 1.2 | 1.2 | 2.0 | 2.1 | 2.1 | 2.2 ejb | 2.0 | 2.0 | 2.1 | 3.0 | 3.0 | 3.1 jdbc | 2.0 | 2.0 | 3.0 | 3.0 | 3.0 | 4.0
Comments
Post a Comment