Lines Matching refs:jrepath
715 char *jrepath = NULL;
734 if ((jrepath = GetJREPath(javapath)) != NULL)
739 info->path = jrepath;
740 if (IsJDK(jrepath))
753 free(jrepath);
754 jrepath = NULL;
779 char *jrepath = NULL;
798 if ((jrepath = GetJREPath(javapath)) != NULL)
803 info->path = jrepath;
804 if (IsJDK(jrepath))
817 free(jrepath);
818 jrepath = NULL;
1472 ExecuteJava(const char *jrepath, int numOptions, const JavaVMOption *options,int numProps, const JavaPropsOption *props)
1480 const char *bundledlibpath = jrepath;
1504 command = (char *)MemAlloc(strlen(jrepath) + (console ? strlen(JAVA_EXE) : strlen(JAVAW_EXE)) + 1);
1505 strcpy(command, jrepath);