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

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

When you first load this project, 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. You'll do this as part of the exercise.

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.

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