The AirportDemo application is a good example to use as it is structured in such a way that the application logic that you want to test is separate from the rest of the application (i.e. the main program runner and the interface code).
The Import dialog box appears.
The default location for samples.jar is $COBDIR/demo.
No projects are selected in the Projects pane.
A copy of the project (not the original version) is added to the workspace. On UNIX platforms, there are a couple of settings that you must check/change to get the project to build successfully.
The Properties for AirportDemo dialog box is displayed.
The project is supplied with two build configurations: one for Windows platforms and one for UNIX platforms.
The project is now set to use the UNIX-specific build configuration.
Any changes made to the properties invokes a build of the project again, which should be error free.