jdk/src/share/bin/java.h
changeset 13411 224a28370893
parent 12047 320a714614e9
child 17445 6c4e2d6b953b
equal deleted inserted replaced
13410:e667545511c7 13411:224a28370893
   217  */
   217  */
   218 typedef jclass (JNICALL FindClassFromBootLoader_t(JNIEnv *env,
   218 typedef jclass (JNICALL FindClassFromBootLoader_t(JNIEnv *env,
   219                                                   const char *name));
   219                                                   const char *name));
   220 jclass FindBootStrapClass(JNIEnv *env, const char *classname);
   220 jclass FindBootStrapClass(JNIEnv *env, const char *classname);
   221 
   221 
       
   222 jobjectArray CreateApplicationArgs(JNIEnv *env, char **strv, int argc);
       
   223 jobjectArray NewPlatformStringArray(JNIEnv *env, char **strv, int strc);
       
   224 jclass GetLauncherHelperClass(JNIEnv *env);
       
   225 
   222 int JNICALL JavaMain(void * args); /* entry point                  */
   226 int JNICALL JavaMain(void * args); /* entry point                  */
   223 
   227 
   224 enum LaunchMode {               // cf. sun.launcher.LauncherHelper
   228 enum LaunchMode {               // cf. sun.launcher.LauncherHelper
   225     LM_UNKNOWN = 0,
   229     LM_UNKNOWN = 0,
   226     LM_CLASS,
   230     LM_CLASS,