< Previous | Next >

Importing resources

Before you start to build the GenericToSpecific map sample, you need to first import some prerequisite resources.

This sample requires that you have the following resources:

  • BankModule module containing an export, several business objects and a BankInterface interface.
  • eMergedLibrary library containing several business objects and a BankInterface interface.

The step-by-step instructions to build the sample assume that the prerequisite resources exist and have the required implementations, definitions, and values. This task launches the Import wizard with the prerequisite parts selected and you just have to click Finish to complete the import. If you already have some of these resources in your workspace, you will be prompted if you want to override them.

Click this link to launch the import wizard and click Finish:

Import the prerequisites

Wait until all resources are imported. You are now ready to build the sample.

Did you see some errors concerning an unresolved CLOUDSCAPELIB variable? Add a reference to the Cloudscape database.

Before continuing, it is important that the Java Developer capabilities have been enabled. From the menu, select Window > Preferences. The Preferences window opens. In the navigation tree, expand Workbench. In the navigation tree, click Workbench > Capabilities. In the Capabilities tree, ensure that the Java Developer entry is checked. Click OK.

From the menu, select Window > Preferences. Expand Java > Build Path. Select Classpath Variables.Click New. In the New Variable Entry dialog box, enter CLOUDSCAPELIB. Click Folder and navigate to the Cloudscape library. It can normally be found in <installdir>\runtimes\bi_v6\cloudscape\lib.Click OK and close the Preferences window. If asked to rebuild, click Yes.

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
< Previous | Next >