In this post we will see step by step installation process on Ubuntu platform. If you want to see if for Windows, refer my other post.
First step: Install Oracle JDK,
you can use below commands to install JDK7:
Open terminal and run below commands:
1. sudo add-apt-repository ppa:webupd8team/java
2. sudo apt-get update
3. sudo apt-get install oracle-java7-installer
Confirm the Java version:
Second step: Install Soa Suite 12C
Download the Generic version of installable. From OTN downloads.
go to the downloaded directory, extract the installable and run below command:
java -jar fmw_12.1.3.0.0_soa_quickstart.jar
