Oracle Java JRE Unsupported Version Detection
We have Oracle 12.1 installed in our environment, but our security scans had detected unsupported java
https://www.tenable.com/plugins/nessus/64816
The following Java JRE installation is unsupported : Path : /u01/app/oracle/product/12.1.0/12.1.0.2/jdk/ Installed version : 1.6.0_75 Latest versions : 1.8.x / 1.11.x / 1.14.x
My question is, that this Java version 1.6 comes with Oracle 12.1 Database, then why is it unsupported? What is the solution to this.
Thank you!