I'm trying to install Oracle Business Intelligence 11g (11.1.1.6.0 to be exact) but when I have chosen the installation location (which is the middleware home) and press next to continue, I receive the error: INST-07408: Unable to install or configure the product on a 32-bit JVM on a 64-bit machine.
I'm trying to install using the "Microsoft Windows x86-64-bit" installation software, and my pc is 64 bit.
The weblogic I have installed is generic. When I first started the install, it pointed to a 32 bit JDK, so when I first received the error, I downloaded and installed jdk1.7.0_45, and changed the weblogic cmd scripts to point to this jdk instead.
When I start weblogic admin server, I see in the logging that the 64 bit is indeed used:
starting weblogic with Java version:
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
I have also set the JAVA_HOME to the new jdk.
But, the problem remains.
Anyone has an idea how to fix this?
Thanks
Sigrid