Step 1: Configure
Environment
Go to My Computer -> Properties -> Advanced tab -> Environment Variables -> Click on “New” button to create a new Environment variable.
Environment Variable setup |
Variable Setting
Name : JDEV_USER_HOME
Value : D:\90000373\DATA\Software\jDeveloper_patches\jdevhome (Path define where u installed p9879989_R12_GENERIC zip folder)
Launch Jdeveloper:
Run jdevW to launch the JDeveloper from the path D:\OAF\jdevbin\jdev\bin.
Create a desktop shortcut to launch it quickly.
Step 2: E- Business Set up
1. FND: Diagnostics
2. Search Profile : Personalize
Self-Service Defn
1. Then Go to Security
–> user -> Define
- OA Framework ToolBox Tutorial
- OA Framework ToolBox Tutorial Labs
Open the page -> Java System properties
Find the File name : Cln1.dbc (database connection FBC Soruce File ) , Copy the FTP download from FTP
Example: /u03/oracle/CLN1/inst/apps/cln1_tcmhq-crp2-app02/appl/fnd/12.0.0/secure
Download file : cln1.dbc
Next Step : Copy the file under the jdeveloper path folder
Refer screen shot . where need to path the cln1.dbc file
Setup In JEDEVELOP TOOL
Configure the database connection.
- Connections tab on Navigator panel.
- Right-click Database, select New Database Connection
- Name the connection
- Username = apps (This is the database user to which you are going to connect. Within E-Business Suite, the master database user that has access to all the E-Business Suite database objects is apps.)
- Password = apps (The default password for the apps database user is apps. Note: On production servers or any server requiring security, it is important that this password has been changed.)
- Set the host name and SID. If you don’t know the settings, look at the DBC file.
- Test the connection
- Finish
- Click the Applications Navigator tab.
- Choose File > Open > myprojects > toolbox.jws.
- Expand toolbox in the Applications Navigator panel.
- Double-click Tutorial to open Project Properties window.(refer the Below screen shot )
- Expand the Oracle Applications menu entry.
- Choose Oracle Applications > Runtime Connection.
- Set the DBC File Name to the directory and name for your DBC file.
- Click the Save All icon to save your progress
- Expand Tutorial.
- Expand the Web Content folder.
Right-click
test_fwktutorial.jsp, and choose Run.
Final the
Sample java file :
No comments:
Post a Comment