Preparing your integrated development environment
Before you use the Prerequisite Scanner Java™ API, ensure that you specify the JAR file for the Prerequisite Scanner XML reader API in the Java build path. Use Java Platform Standard Edition Version 1.5 at minimum for your execution JRE. You must also import a number of collection interfaces from the java.util package.
The path and file name for the JAR file for Prerequisite Scanner XML reader API is ips_root/api/jar/prs_api.jar.
Several methods in the PRSXmlResultReader interface
use the Map object to map keys to values. A number
of getter methods also use the Set collection
to contain unique elements in the associated Map objects.
Ensure you import the following packages to support using these methods:
import java.util.Iterator;
import java.util.Map;
import java.util.Set;