Importing the Application

The link for the download is as follows:

ftp://www.redbooks.ibm.com/redbooks/SG247501

// the minor version was in the Java directory


Instructions for Import

Sebastion has supplied us with the following information
regarding the import for Q.2 into RAD 7.

1. create new Java Project called = anything you want (ex.  xxx)
2. Import archive file = RAD7Java.zip
3. Right Click on the project in the Package Explorer window and select Properties
4. In the Source tab,
    - remove the source folder path that's there.
   -  Click on "Add Folder" and add path "xxx\RAD7Java\src"
5. Select menu ===> "Run" / "Run..."  (the one with the "...")
6. When the "Create, Manage, and run Configurations"
   - on left side of windows, select "Java Application - New Configuration"
     .... right side of window will change appearance
7. in the "Main" tab
   - Select the Project
   - Select the Main Class = itso.rad7.bank.client.BankClient
   - Apply
   - Run