Home

 

Registering the BankDesktopController class as the main class

The BankDesktopController class contains the logic for the Java EE application client. We have to register that this is the main class for the application client, so that Java EE application client containers know how to launch the application:

Right-click RAD75AppClient and select Open With Æ JAR Dependency Editor.

In the JAR Dependency editor, click Browse next to the Main-Class entry field (at the bottom).

In the Type Selection dialog, start typing BankDesk... for the Select a class using field, then select the BankDesktopController in the Matching types list, and click OK.

Save and close the JAR Dependency editor.
ibm.com/redbooks