Search This Blog

Monday 18 January 2016

Installation of OIM Customization Installer Extension in JDeveloper

Before using OIM Customization Installer,

• JDeveloper 11.1.1.7.0 (studio version) should be installed on the system, which has been done already on the VM
• For any customization that has to be deployed using this framework, below folder structure should be followed to package its source as it should show up in the JDeveloper IDE. The package of all the customization artifacts that will be used in this training course, already follow this recommended structure. 

Folder Structure            Description
PROJECT-CONTEXT]/config All .xml files
[PROJECT-CONTEXT]/resources All the required resources files
[PROJECT-CONTEXT]/lib         All the required jar files
[PROJECT-CONTEXT]/src         All java source files

Please note that the above folder structure is mandatory. A directory can be left empty, but should not be missed out from the folder structure.

Set Environment Variable
Set APPSERVER_TYPE=wls in both windows and Linux Environment where JDeveloper is running.

Note: Please keep wls as small characters.

Sample screen in Windows machine will look like this:


Create Log Directory
Create log directory under {JDEVELOPER-HOME}/jdev/bin

Note: Please keep log as small characters.
Install OIM Customization Installer Extension on JDeveloper
• Select menu  “Help” -> “Check for Updates”


• Select “Install from Local File” from the wizard.
• Browse and select the oim-customization-installer.zip package and click Next


• Click on “Finish”.


• Restart JDeveloper

No comments:

Post a Comment