|
8.20.1.6 Step 6: Compiling and Running the project
Before compiling the project, the classpath and other properties like the "Run setup", "Compilation options" etc. must be set. It can be done using the "Project Properties" dialog that pops up when you press the F12 button or activate the "Project Properties" menu item from the "Properties" menu.

Please go through the Help documentation for more details how the various options can be configured.
Now, you are set to compile the screen that is being built. Choose the "Build -> Compile" menu item to compile the screen. Compilation errors if any will be displayed in the Status window automatically. After compilation, use the "Build -> Run" menu item to run the application. Both compilation and running can be done on a single step by using the "Build -> Compile and Run" option. The default output that would appear is shown below.

If you click on the "Populate" button, the following output should be seen. The UI can be brought back to its initial state by clicking on the "Erase" button.

Thus you have developed a complete application using the most frequently used options in Bean Builder. For further details on a particular section / operation / feature please refer to the corresponding section in this documentation.
|