Searched refs:apphome (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c1538 * -Dapplication.home=<apphome>
1545 * <apphome> is the directory where the application is installed.
1552 char *envcp, *appcp, *apphome; local
1575 apphome = (char *)JLI_MemAlloc(strlen(home) + 40);
1576 sprintf(apphome, "-Dapplication.home=%s", home);
1577 AddOption(apphome, NULL);
/openjdk7/jdk/src/share/bin/
H A Djava.c1286 * -Dapplication.home=<apphome>
1293 * <apphome> is the directory where the application is installed.
1299 char *envcp, *appcp, *apphome; local
1321 apphome = (char *)JLI_MemAlloc(JLI_StrLen(home) + 40);
1322 sprintf(apphome, "-Dapplication.home=%s", home);
1323 AddOption(apphome, NULL);

Completed in 49 milliseconds