JRE 8 compatibility with weblogic 10.3.6 (11g

后端 未结 3 1894
情深已故
情深已故 2021-01-21 01:28

Could you please help in finding out if JRE 8 would be compatible with weblogic 10.3?

We have a swing based application deployed on weblogic 10.3 server. We want to upgr

3条回答
  •  情深已故
    2021-01-21 02:24

    Bit old topic, but just came across this issue myself and have a bit more to add to it. As with the existing answers, it can't be used to install directly- the oracle installer will complain. However, it is possible to install using an earlier JDK (6 or 7 are supported in 10.3.6), and then swap to JDK8 under the covers. I expect you could also use a custom install to bypass the installer entirely.

    This obviously isn't supported - but it does run. If you try to use certain JDK8 features though, they tend not to work (such as newer jdbc drivers - 4.2 simply won't run), so there isn't much benefit to this in normal use cases.

提交回复
热议问题