It\'s showing -
This installer must be executed using a Java Development Kit (JDK)
The issue is due to the java is pointing to JRE instead of JDK
Execute the java from the JDK folder like below:
c:\Program Files\Java\jdk1.8.0_60\bin\java.exe” -jar “.jar”