| java.lang.Object com.sun.midp.main.MIDletAppImageGeneratorBase
MIDletAppImageGeneratorBase | public class MIDletAppImageGeneratorBase (Code) | | This class is designed to provide the functionality
needed for generating the binary image from the MIDlet suite
classes.
|
generateAppImage | protected static boolean generateAppImage(String jarFile, String binFile, int flags)(Code) | | 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 .
Parameters: jarFile - - source JAR file to create binary image from Parameters: binFile - - output file, where binary image should be stored Parameters: flags - - flags, can be JVM.REMOVE_CLASSES_FROM_JAR true if application image was generated successfully,false otherwise |
|
|