Reputation: 1
As mentioned Jdev12C installation should bring osb and soa tire by default to create a new project but even after multiple installs and extensions updates. I was not able to get them in my jdev.
Upvotes: 0
Views: 6703
Reputation: 99
You have to download & install Oracle Soa Suite from Soa Extensions in order to get a complete package with Soa Extensions. Oracle was providing separate extensions to download and include in its previous versions (i.e 11) for J Developer but now it comes in complete packages.
Upvotes: 1
Reputation: 1
I was also facing the same issue. Later I realized that my JAVA_HOME - "C:\Program Files\Java\jdk1.7.0_80" contains space.
Oracle installation guide at "https://docs.oracle.com/middleware/1213/core/SOAQS/integrated.htm#BEIJGFHE" says that "The installation path must not contain any spaces".
So I reinstalled jdeveloper following below steps and it worked:
Upvotes: 0
Reputation: 3721
In the 12c release you need to get the SOA Quick Start installation that has a JDeveloper with the extensions built in: http://docs.oracle.com/middleware/12212/lcm/SOAQS/GUID-B0669721-B863-4515-BD60-086FDA67A559.htm#SOAQS202
Upvotes: 3