![]() |
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.
| Class |
Description |
TestLaunchConfiguration |
Simple class to illustrate the use of launch
configurations. This class accesses class PrimeNumberGenerator.
|
TestLaunchConfiguration.NumberGenerator, PrimeNumberGenerator,
and PrimeFactorialGenerator; one for the
binaries and one for the source. © Copyright International Business Machines
Corporation, 2003, 2004. All Rights Reserved.
Code or samples provided herein are provided without warranty of any
kind.