Objective:
Once you install JDeveloper there are various questions raised on
how to configure JDev and how to run sample (tutorial) workspace to make sure install is right.
Steps to follow:
- Install JDeveloper (See Note 416708.1 How to find the correct version of JDeveloper to use with eBusiness Suite)
- Create JDEV_USER_HOME environment variable (JDEV_USER_HOME=C:\Suren\JDEV 10.1.3.3 OAF\jdevbin\jdev) (See image below A)
- Oracle has recommended to use jdevhome directory to set environment but while i was working in 10.1.3.3.03 jdeveloper myproject was in jdevbin and all other lib are in jdevbin so i have use jdevbin to set in environment variable and it worked fine.
- Assigned below responsibility to my user account
- OA Framework ToolBox Tutorial (responsibility key is FWK_TBX_TUTORIAL)
- OA Framework ToolBox Tutorial Labs (responsibility key is FWK_TOOLBOX_TUTORIAL_LABS)
- Get .dbc file from server ($FND_SECURE)
- FTP .dbc file to C:\Suren\JDEV 10.1.3.3 OAF\jdevhome\jdev\dbc_files\secure\
- Note: you can find dbc_files folder in multiple locations like (C:\Suren\JDEV 10.1.3.3 OAF\jdevbin\oaext\dbc_files\secure) but do not get diverted use the one mentioned above.
- Enabled Tools->change 'Embedded OC4J Server Preferences' to 'Default Local IP Address' (see image below B).
Run sample (tutorial workspace):
- By default JDeveloper comes with tutorial workspace and its dependent files.
- You can find them under jdevbin/Tutorial.zip
- You will find 3 folder under Tutorial.zip
- dbc_files
- myhtml
- myprojects
- unzip myhtml file under \jdevbin\jdev\myhtml
- unzip myproject folder under \jdevbin\jdev\myprojects
- Open JDeveloper and click file open >> toolbox.jws
- once you open the file you will get popup message saying "Open warning window" "You are about to migrate the application to new version of JDeveloper".
- Click Yes/ Ok.
- Expand the workspace and click on project property (2 options are there, 1. you can double click on project or right click and say project property)
- 3 basic things to be done to the project property. (see Image below C)
- DB connection
- Run time options
- Run time connection
- Right click on Tutorial project to Rebuilt
- Run "test_fwktutorial.jsp" you will see window like shown in image D.
- If you see '500 page does not display" error make sure you delete myclasses folder and rebuit the projects.
Image A
Image B
Image C
Image D
No comments:
Post a Comment