Oracle JDeveloper SetUp1
Oracle JDeveloper SetUp1
Create new folder JDeveloper9i in D drive. Extract p4045639_11i_GENERIC.zip file into above created folder. The steps mentioned in the above file are given below: Task 1: Configure the JDEV_USER_HOME Environment Variable
Warning: Do not skip this step; JDeveloper will not work properly without this. Windows 2000 1. Select My Computer on your desktop, right-click and select Properties. 2. In the System Properties dialog, select the Advanced tab. 3. In the Advanced page, select the Environment Variables... button. 4. In the Environment Variables dialog, select the New... button at the User variables for <username> box. 5. In the New User Variable dialog, enter JDEV_USER_HOME in the Variable Name field. Set the Variable Value field to <drive>:\jdevhome\jdev where <drive> is the drive where you installed the OA Framework ARU. For example: D:\Jdeveloper9i\jdevhome\jdev. 6. Select OK in each of the dialogs you opened to save the new user environment variable. Warning: The variable value should not contain a leading space before the drive name. If it does, your environment will not work properly. Screenshot of Task1 is shown below.
The Test Framework ToolBox Tutorial page displays a list of lesson links; select Hello, World! To run a very simple page. If you can't run the Hello, World! Page, please revisit the steps listed above to ensure that you completed everything correctly.
5. Now you are ready to follow for some hands-on experience with the Oracle 9i JDeveloper OA Framework Extension. The ToolBox Tutorial lessons can be launched from jdevdoc\index.htm.
2) What does the Default Package mean when creating an OA Project (.jpr)? Default package is just a directory structure for the code you are going to write. If the package name is xxhcl/oracle/apps/xxinv as shown in the screenshot below then the directory in application server would be $JAVA_TOP/ xxhcl/oracle/apps/xxinv
3) How do personalize an OA Page? Set the value for the profile Personalize Self-Service Defn as Yes at site level as shown below. Logout of the application and login to see the personalization options.