Adding a Java Package and Class

After you add a user library in a project, you have to add a Java package and class.

Procedure

  1. Right-click the src folder, and then select New > Package from the pop-up menu.
    The New Java Package window opens.
  2. Enter the com.tibco.adapter.adb.altermsg package name in the Name field, and then click Finish.

  3. Right-click com.tibco.adapter.adb.altermsg, and then select New > Class from the pop-up menu.
    The New Java Class window opens.

  4. Enter the ADBAlterMsgHandler class name in the Name field, and then click Finish.