Exercise Two: Editing Build Attributes

In this exercise, you will customize how Java WorkShop builds the program.

This project works with the Blink project and the previous lessons in Tutorials One and Two. If you haven't edited the run attributes in the previous exercise, you should do so now using the instructions in Editing Run Attributes.

  1. Check the project manager for the name of the current project.
    If the current project is not Blink, double-click on the Blink project name.
  2. In the project manager, choose Project -> Edit.
    The Edit Project window displays four tabs: General, Build, Debug/Browse, and Run.
  3. Click the Build tab.
    The attributes in this tab are used to define how you want to build the program.
  4. Click Options.
    The Java Compiler Options dialog box is displayed.
  5. Make sure Enable generation of debugging tables is selected.
  6. Click OK.
  7. Click OK in the Edit Project window.

Next lesson:

You have completed the lessons in this tutorial. The next tutorial is Tutorial Three: Fixing Errors in Source Code.