I am installing oracle forms and reports in standalone system. After that I installed Oracle Fusion middleware 12.1.3. Then, I tried to install oracle forms and reports 11.1.2.2.0 and hit the error. All are 64-bit and even my laptop is 64-bit. Presently I have installed JDK 8u45 and Middleware software.
Java version:
C:\Windows\system32>java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Can anyone help me with the problem?
Please check the Log-Files of the running Oracle installation, they are located in
C:\Program Files\Oracle\Inventory\logsrespectively
C:\Program Files (x86)\Oracle\Inventory\logsFor me I found out there that the installer was looking for
C:\Java\jdk1.7.0_51\bin\java.exeI then put the jdk there and then the installer was happy.