Step 1: Creating a JDeveloper Workspace and Project
The first step is to create a new workspace and project. Putting all your business component files into one project makes browsing packages easier and simplifies deployment.
To create a new workspace and project:
1- In JDeveloper, choose File | New...
2- Click on the Projects category and select Workspace.
3- Click OK. In the New Workspace dialog box, leave the path the same, but rename the workspace directory to tutorials and rename the workspace file to tutorials. Click OK.
4- In the New Project dialog box, leave the path the same, but rename both the directory name and the project name to bc. Click OK. Your new workspace and project appear in the System Navigator.
5- Right-click on your project (bc.jpr) and choose Project Settings.
6- In the Project Settings dialog box, change the name in the Default Package field to onlineOrders.
7- Click OK.
Your next step is to create a database connection.