To create a project for your batch client:
1- In the Navigator, right-click bcbatch.jws and choose New Empty Project.
2- In the New Project dialog, enter batchclient for the project directory name and batchclient.jpr for the project file name.
3- In the Navigator, right-click batchclient.jpr and choose Project Settings.
4- In the Project Settings dialog, in the tree, select Libraries.
5- Shuttle the following libraries from the Available libraries list to the Selected libraries list:
o BC4J Runtime
o BC4J Oracle Domains
o Oracle JDBC
o Connection Manager
6- In the tree, select Paths.
7- In the Additional Classpath field, enter /jdev/mywork/bcbatch/OnlineOrders/classes.
8- Click OK to close the Project Settings dialog.
Next, create an empty class that will become your batch client.