Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You need to run the ant setup target to copy jar files to their appropriate home in classpath. Do this by right-clicking on setup in the Outline view and selecting Run->Ant Build.

Image Added

These will leave you two jar files short.

Add them to the Java build path by right-clicking on the grits project and selecting Properties, then Java Build Path. Add junit and mockobjects.

Image Added

If you didn't get them in the right place, they are generally to be found in the lib/runtime directory and should be copied into the afore-mentioned lib directory.

...