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

/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c52 static void EnsureJreInstallation(const char *jrepath);
177 EnsureJreInstallation(jrepath);
267 * The EnsureJreInstallation function calls preJVMStart based on
280 EnsureJreInstallation(const char* jrepath) function
290 printf("EnsureJreInstallation:unsupported platform\n");
299 printf("EnsureJreInstallation:<%s>:not found\n", tmpbuf);
308 printf("EnsureJreInstallation:<%s>:not found\n", tmpbuf);
315 printf("EnsureJreInstallation:could not load C runtime DLL\n");
322 printf("EnsureJreInstallation:%s:load failed\n", tmpbuf);
330 printf("EnsureJreInstallation
[all...]

Completed in 32 milliseconds