CMP 338 Libraries and Abstract Data Types

Here is the Javadoc for Java classes listed below.

These classes are also available as a jar file:cmp338.jar (last modified: 12/13/12). To import them into Eclipse:

  1. Download the jar file onto your computer.
  2. Create a new java project, API (say), under Eclipse.
  3. From the File menu, select Import....
  4. In the Import popup, select General ~> Archive File, then push Next.
  5. Use the Browse... button, to put the path to the just downloaded jar file in the From archive file: field.
  6. Ignore any conflicting Manifest files.
  7. Open the API project folder.
  8. Drag the edu folder into the src folder.