protected static boolean | generateAppImage(java.lang.String jarFile, java.lang.String binFile, int flags)Creates an application image file. It loads the Java classes
from the jarFile into the heap, verify the class
contents, and write the classes to an Application Image file as
specified by binFile .
return false;
|