AP CSC Resources
This section contains resources useful to AP Computer Science teachers.
ap Package
ap.jar is a package containing the AP Computer
Science AB Implementation Classes and Interfaces together with the
EasyReader and EasyWriter classes written by
Gary Litvin for use in the
Java Methods textbooks.
The javadoc for this package is available here.
On a Linux system using Sun's 1.5.0 SDK, placing ap.jar in
/usr/java/jdk1.5.0/jre/lib/ext/ will make the package
available system wide by adding:
import ap.*;
to the import section of any java program.
A tar ball containing the Java source files, class files, and Java doc files
is available here.
AP CSC Links
|