Oracle Soa Suite 12c Download

I am trying to install new Oracle soa suite 12c on my Windows 10 64-bit system. As per the instructions I have downloaded both the compressed files and extracted the same in my E:/ disk.

I have also downloaded and set the path of current JDK (which is required for Oracle soa suite 12c installation). Now, when I am trying to install it using command prompt (in administrative mode), I am getting the following error:

Oracle SOA Suite 12.2.1.3.0 QuickStart Download. This is the latest release of the Oracle SOA Suite 12c. Please see the Documentation tab for Release Notes. SOA Suite 12c at Oracle Technology Network with SOA Suite 12c download resources & SOA Suite 12c documentation Oracle “Specialized” partners have trained & certified consultants and Implemented successful customer projects by product area.

user3766871user3766871
  1. Oct 28, 2017  Oracle SOA Suite 12c Handbook Book Description: Master Oracle SOA Suite 12c. Design, implement, manage, and maintain a highly flexible service-oriented computing infrastructure across your enterprise using the detailed information in this Oracle Press guide.
  2. Jan 29, 2018  Search My Oracle support for updates – if you have a licensed version of Oracle SOA Suite 12c you can provide your username and password here.

3 Answers

Are you sure you downloaded the JDK (Java Development Kit), not the JRE (Java Runtime Environment) ??

12.2.1.2

Because the java executable that Windows has found still appears to be a JRE java rather than a JDK java, as suggested by the error message.

On my machine I have both both a JDK and JRE installed:

So you may have something similar.

If you DON'T have a jdk folder there, then maybe you only got the JRE.

If you DO have the jdk folder, what you need to do is make sure that the java under the JDK is the one that is used for the install.

To do that, you do it with the PATH environmental variable, and make sure the path to the JDK happens before the path to the JRE.

Remember to include the bin in the path.

It's probably also worth setting the JAVA_HOME variable while you're setting environment variables - this should point to the root of your JDK install (that is, the same thing, but with out bin on the end).

You'll also need to make sure you open a new command shell. Changes made to environment variables aren't immediately available within cmd windows that were already open. So close that one and start a new one.

GregHNZGregHNZ

Software RequirementsRefer to the References section for a link to Oracle’s Certification Matrix.The following software is required:

  • Certified OS: Windows 7, 8, 10; Linux 64 bit OSX
  • Oracle JDK 1.7 or 1.8 latest

So you have to download Oracle JDK 1.7 not any other to perform the installation.also need to set the environment variables.

Oracle Soa Tutorial

ParasParas

By default windows takes JRE path to run .jar files.

So try giving FULL jdk path while executing Jar.

Example: C:/<JDK location>/java.exe -jar XXXXStart.jar

Vijay AtthuluriVijay Atthuluri

Oracle Soa Suite 12c 12.2.1.2 Download

Not the answer you're looking for? Browse other questions tagged oraclejava-8soajdeveloper or ask your own question.