Java Classes

The classes.zip file shipped in the lib subdirectory of HPCJ contains all of the Java 1.1.1 classes, including the sun.* classes. The libraries shipped in the lib and bin subdirectories contain precompiled versions of the supported portions of the classes.zip file. If there are any classes contained in the classes.zip file that are required by your application, the HPCJ compiler will either use the precompiled version or compile on-the-fly as required.

The HPCJ version of classes.zip is different from that shipped with the JDK. Do not mix classes.zip files, and ensure that only the HPCJ classes.zip appears in your classpath when compiling with HPCJ.

 


Java Classes