Exercise 2: Updating the Run Page

In this exercise, you will run your newly created HTML file, instead of the default file Blink.tmp.html.
  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. Choose Project -> Edit.
    The Edit Project window is displayed.
  3. Click the Run tab.
  4. Click Yes for Existing Run Page URL.
    All the fields in the window are dimmed except Existing Run Page URL. When Existing Run Page URL is set to Yes, Java WorkShop ignores the information in the Run tab when it runs the project.
  5. In the Existing Run Page URL box, type the new name you just gave your updated HTML file.
    You do not need to type the entire path name. Java WorkShop will go to the source directory to get the file.
  6. Click OK.
  7. Click the Run button on the main toolbar.
    Java WorkShop loads the new HTML file into the browser. You'll see the Blink project executing at a faster speed.

Next lesson:

You have completed the exercises in this tutorial. The next tutorial is Tutorial Seven: Creating a GUI.