Use the Java Implementation of the API
The Java version of the Filter API provides an interface to the core functionality of the C API. It contains one primary class (Filter) that wraps the filter functionality of the C API. It is implemented in the package com.verity.api.filter contained in the file KeyView.jar, in the javaapi directory of the SDK.
For more information about the Java API, see the Javadoc in the directory javaapi\javadoc, and Sample Programs.