Searched defs:javaHome (Results 1 – 9 of 9) sorted by relevance
107 final String javaHome = Advapi32Util.registryGetStringValue(HKEY_LOCAL_MACHINE, in findJavaHomesOnWindows() local119 private final String javaHome; field in JDKGenericDumpTestCase121 public JDKGenericDumpTestCase(final String javaHome) { in JDKGenericDumpTestCase()
80 public File vmExecutable(File javaHome) { in vmExecutable()85 "Could not find %s under java home %s", bin, javaHome); in vmExecutable() local
56 String javaHome = System.getProperty("java.home"); in getJarFile() local
131 val javaHome = System.getProperty("java.home") ?: return null in readJavaFullFinalFlags() constant
51 String javaHome = JAVA_HOME.value(); in bind() local
85 public static ClassPath bind(String javaHome) throws IOException { in bind()
176 val javaHome = System.getProperty("java.home") in findToolsJar() constant
74 public final File javaHome; field in Run
156 File javaHome; field in Vogar