JavaPureCheck

by SunTest

Copyright © 1996-1997 Sun Microsystems, Inc.,
2550 Garcia Ave., Mountain View, CA 94043-1100 USA.
All Rights Reserved.

JavaPureCheck is a static analyzer for Java programs. It reads a set of class files, looking for portability problems. It is an essential part of the 100% Pure Java certification process, as well as being a useful program inspection tool in its own right.

Installation Instructions

This program is distributed either as a part of the 100% Pure Java Certification Package or stand alone. If you received this program as a part of the Certification Package, please refer to the Certification Guide for installation instructions.

For information about the 100% Pure Java Certification Package, please check our website: http://www.suntest.com/100percent/ .

If you are installing JavaPureCheck independantly, then:

Execution

You can start JavaPureCheck using the GUI with this command:

	java JavaPureCheck

If you wish to use the command line interface, the command is:

	java JavaPureCheck classes...

Documentation

Full documentation for JavaPureCheck is available in HTML format in $CPD/doc/tools/JavaPureCheck.html.

Support

Support questions and bug reports may be mailed to us at jpc-support@suntest.com.

Thanks for using JavaPureCheck.