It\'s showing -
This installer must be executed using a Java Development Kit (JDK)
I had same problem. I had JAVA_HOME
variable set to 'C:\Program Files\Java\jdk1.8.0_25' and Path
variable set to 'C:\Program Files\Java\jdk1.8.0_25\bin'. Even after checking, it was giving me the same error.
But then I changed order of the Path
variable.
I set it to "C:\Program Files\Java\jdk1.8.0_25\bin;C:\ProgramData\Oracle\Java\javapath;C:\oraclexe\app\oracle\product\11.2.0\server\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem" keeping path of jdk bin at the first place.
It solved the issue.