Importing the Projects

You start by importing three projects that can be found in the samples folder installed with Visual COBOL, which by default is $COBDIR/demo:

  1. Click File > Import.

    This opens the Import dialog box.

  2. Click General > Existing Projects into Workspace.
  3. Click Next.
  4. Click Browse next to the Select root directory field.

    This opens the Browse For Folder dialog box.

  5. Navigate to the Eclipse\jvm_cobol\AddressBookDemo folder in the samples directory installed with Visual COBOL, which by default is $COBDIR/demo.
  6. Click OK.
  7. In the Projects list, ensure that just the following projects are checked:
    • addressBookFX
    • addressBookJVM
    • addressBookWrapper
  8. Click Copy projects into workspace.
  9. Click Finish.