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

This is the input for Exercise 2, Using the Java Development Tools and Exercise 3, Running and Debugging Java. Each package corresponds to input for a specific section in Exercise 2 or 3. The solutions for the exercises that have solutions are the corresponding packages in projects com.ibm.jdg2e.soln.usingjdt, com.ibm.jdg2e.soln.usingjdt.helloworld, and com.ibm.jdg2e.soln.usingjdt.launchconfigurations.

Solution Overview

The solution is comprised of the following packages.

Packages
com.ibm.jdg2e.usingjdt.codegeneration  Input to Exercise 2, section 3, Code Generation
com.ibm.jdg2e.usingjdt.debugging  Input to Exercise 3, section 2, Debugging and Section 3, Debugging II
com.ibm.jdg2e.usingjdt.quickfix  Input to Exercise 2, section 2, Quick Fix
com.ibm.jdg2e.usingjdt.refactoring Input to Exercise 2, section 4, Refactoring
com.ibm.jdg2e.usingjdt.remotedebugging Input to Exercise 3, section 5, Remote Debugging
com.ibm.jdg2e.usingjdt.threadeddebugging Input to Exercise 3, section 4, Debugging Threads

When you first load this project, you will see eight errors in class PrimeNumberGenerator in package com.ibm.jdg2e.usingjdt.quickfix. This is by design. In section 2 of Exercise 2, you'll use Java Development Tool's quick fix capability to resolve these errors.

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