Lines Matching defs:jvmpath

285 RequiresSetenv(int wanted, const char *jvmpath) {
326 JLI_StrNCpy(jpath, jvmpath, PATH_MAX);
347 char jvmpath[], jint so_jvmpath,
446 jvmpath does not exist */
461 jvmpath[0] = '\0';
468 if (!GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, arch, 0 )) {
469 JLI_ReportErrorMessage(CFG_ERROR8, jvmtype, jvmpath);
477 mustsetenv = RequiresSetenv(wanted, jvmpath);
506 jvmpath[0] = '\0';
514 jvmpathExists = GetJVMPath(jrepath, jvmtype, jvmpath, so_jvmpath, GetArchPath(wanted), 0);
516 mustsetenv = RequiresSetenv(wanted, jvmpath);
605 jvmpath = JLI_StringDup(jvmpath);
608 JLI_StrLen(jvmpath) + 52);
617 lastslash = JLI_StrRChr(jvmpath, '/');
625 jvmpath,
758 char *jvmpath, jint jvmpathsize, const char * arch, int bitsWanted)
763 JLI_Snprintf(jvmpath, jvmpathsize, "%s/" JVM_DLL, jvmtype);
765 JLI_Snprintf(jvmpath, jvmpathsize, "%s/lib/%s/%s/" JVM_DLL, jrepath, arch, jvmtype);
768 JLI_TraceLauncher("Does `%s' exist ... ", jvmpath);
770 if (stat(jvmpath, &s) == 0) {
810 LoadJavaVM(const char *jvmpath, InvocationFunctions *ifn)
814 JLI_TraceLauncher("JVM path is %s\n", jvmpath);
816 libjvm = dlopen(jvmpath, RTLD_NOW + RTLD_GLOBAL);
824 fp = fopen(jvmpath, "r");
826 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());
834 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());
864 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());
871 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());
878 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());
885 JLI_ReportErrorMessage(DLL_ERROR2, jvmpath, dlerror());