Running Your Programs

After you have successfully built your project, you should be able to run the programs contained within it. Gild makes it easy to run your programs. Just follow these steps:

  1. In the Gild Resource View, select the project that contains the program you wish to run.
  2. Click on the "Run Project [selected project name]" button on the toolbar.
  3. If your program doesn't immediately run, follow steps (4) and (5).
  4. You will be presented with a dialog. In it, there will be one or two drop-down lists that contain runable applications and/or applets. Select one class to run.
  5. Click the "OK" button.

Your program will now run. Where the output appears will depend on how you've written your program. Normally, it will appear either in the Console view at the bottom of your screen (if you have written an application), or in a small window (if you have written an applet).


Previous | Index | Next