Searched refs:main_class (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c150 static void SelectVersion(int argc, char **argv, char **main_class);
232 char *main_class = NULL; local
255 * 3) As a side-effect, the variable "main_class" is guaranteed to
262 SelectVersion(argc, argv, &main_class);
491 * 2) Remove the vestages of maintaining main_class through
898 SelectVersion(int argc, char **argv, char **main_class) argument
917 * If the version has already been selected, set *main_class
923 *main_class = JLI_StringDup(env_in);
1027 info.main_class = NULL;
1059 * main_class a
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c100 static void SelectVersion(int argc, char **argv, char **main_class);
186 char *main_class = NULL; local
223 * 3) As a side-effect, the variable "main_class" is guaranteed to
230 SelectVersion(argc, argv, &main_class);
420 * 2) Remove the vestages of maintaining main_class through
722 SelectVersion(int argc, char **argv, char **main_class) argument
741 * If the version has already been selected, set *main_class
747 *main_class = JLI_StringDup(env_in);
849 info.main_class = NULL;
881 * main_class a
[all...]
H A Dmanifest_info.h134 char *main_class; /* Main-Class entry */ member in struct:manifest_info
H A Dparse_manifest.c497 info->main_class = NULL;
515 info->main_class = value;

Completed in 38 milliseconds