Monday, July 14, 2014

JDeveloper setup for OAF development




If you want to do some OAF Development in JDeveloper for the first time, you will need to do the following things.


1] Download JDeveloper Patch

Before starting an OA Framework Development in JDeveloper you have to find out the framework version of the Oracle Application installation. 

The Jdeveloper version and the OA framework version must be compatible with each other.

The current version of OA Framework installation can be found at




Download the JDeveloper Patch.


2] Extract the JDeveloper patch in a directory say D:\DevSuiteHome_1\jdev

The patch actually contains below three directories
  • jdevbin – Includes an extended version of the Oracle JDeveloper 10g executable and OA Framework class libraries.
  • jdevhome – Includes the OA Framework Toolbox Tutorial source and developer working area.
  • jdevdoc – Contains documentation.


3] Define an environment variable

Define an environment variable JDEV_USER_HOME for your local machine. This has to be set to jdevhome\jdev directory. In above example it has to be D:\DevSuiteHome_1\jdev\jdevhome\jdev.
My Computer - Properties - Advanced tab - Environment Variables - New
Variable: JDEV_USER_HOME
Value: D:\DevSuiteHome_1\jdev\jdevhome\jdev




4] Get the DBC file

Obtain the FND database connection (.dbc) file from the system administrator who installed the OA Framework database where you want to do your development.
For the instance to use, you can get the .dbc file from $FND_SECURE and put it in <JDEV_USER_HOME>\dbc_files\secure i.e. D:\DevSuiteHome_1\jdev\jdevhome\jdev \dbc_files\secure


5] Creating a Desktop Shortcut to JDeveloper

To facilitate launching JDeveloper, create a desktop shortcut to jdevbin\jdev\bin\jdevw.exe.


6] Configuring the Environment Encoding of JDeveloper

Confirm the environment encoding of your JDeveloper if it is appropriately set.
Go to Tools Preferences Environment – Encoding
If Encoding is not set to “UTF-8, set it to “UTF-8″.

No comments:

Post a Comment