The Java Developer's Guide to Eclipse The Java Developer's Guide to Eclipse

This is the solution for Exercise 3, Running and Debugging Java, Section 1, Launch Configurations. Input to this exercise is project com.ibm.jdg2e.usingjdt.launchconfigurations.

If you load this project without performing the exercise, you will see two errors for unresolved references to class PrimeNumberGenerator. This is because the project's build path needs to be updated to include a reference to the JAR file with the definitions for class PrimeNumberGenerator.

Solution Overview

The solution is comprised of the following class.

Class
Description
TestLaunchConfiguration Simple class to illustrate the use of launch configurations. This class accesses class PrimeNumberGenerator.

In addition, the solution includes the following

© Copyright International Business Machines Corporation, 2003, 2004. All Rights Reserved.
Code or samples provided herein are provided without warranty of any kind.