TOC PREV NEXT INDEX



Finishing up


You can now save and exit the Composer. The Java source file that you have just created, BankAccount.java, will be written. (If you are using the demo version of Simplicity for Java this will be disabled. The finished code is provided with the tutorial, though.)

You can compile the BankAccount application by choosing 'Java Source Files' in the IDE Project Tree, right-clicking the 'BankAccount.java' (or 'FinishedBankAccount.java') icon, and choosing Compile.

You can run the BankAccount application by choosing 'Java Class Files' in the IDE Project Tree, double-clicking the 'BankAccount.class' (or 'FinishedBankAccount.class') icon, and pressing the Run button.

You can also test the application by invoking it directly from the Java interpreter. Make sure that the Project directory is on your CLASSPATH and use either of the following commands.

java Tutorial2.BankAccount
java Tutorial2.FinishedBankAccount


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX