![]() |
The Java
Developer's Guide to Eclipse |
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.
| 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.