Search code examples
oraclesoaoracle12cbpel

Oracle SOA 12c Installation in windows 7 64 bit- Issues


while i am running

java -jar fmw_12.1.3.0.0_soa_quickstart.jar

I am executing this command from where my JDK is installed.

Error Message : This installer must be executed using java development kit (JDK)

but C;/program filed /jre is not a valid JDK.

Kindly help.


Solution

  • Install jdk8. Set JAVA_HOME to the installed jdk8. Navigate to %JAVA_HOME\bin. Run java -jar complete_path_of_dir\fmw_12.1.3.0.0_soa_quickstart.jar.