Searched defs:javaHome (Results 1 - 12 of 12) sorted by relevance

/openjdk10/jdk/test/jdk/internal/jrtfs/remote/
H A DMain.java70 private static FileSystem createFsWithURLClassloader(String javaHome) throws IOException{ argument
/openjdk10/jdk/test/java/awt/regtesthelpers/process/
H A DProcessCommunicator.java48 private static final String javaHome = System.getProperty("java.home", ""); field in class:ProcessCommunicator
/openjdk10/jdk/test/tools/pack200/
H A DPackageVersionTest.java45 private static final File javaHome = new File(System.getProperty("java.home")); field in class:PackageVersionTest
/openjdk10/jdk/make/src/classes/build/tools/jigsaw/
H A DListPackages.java141 private Set<String> list(Path javaHome) throws IOException { argument
153 private Set<String> listModularRuntime(Path javaHome) throw argument
164 listLegacyRuntime(Path javaHome) argument
[all...]
/openjdk10/jdk/test/jdk/internal/jimage/
H A DJImageReadTest.java54 static String javaHome = System.getProperty("java.home"); field in class:JImageReadTest
/openjdk10/jdk/test/tools/jlink/bindservices/
H A DBindServices.java174 private void testImage(Path javaHome, String... modules) throws Throwable { argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java100 private static String javaHome, classPath, fileSep, pathSep; field in class:ServerTableEntry
/openjdk10/jdk/src/java.base/unix/classes/java/io/
H A DUnixFileSystem.java36 private final String javaHome; field in class:UnixFileSystem
/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DTimeZone.java612 private static native String getSystemTimeZoneID(String javaHome); argument
/openjdk10/jdk/test/java/lang/ProcessHandle/
H A DJavaChild.java228 static final String javaHome = (System.getProperty("test.jdk") != null) field in class:JavaChild
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DJdepsConfiguration.java346 SystemModuleFinder(String javaHome) throws IOException { argument
496 public Builder(String javaHome) throws IOException { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DLocations.java137 static final Path javaHome = FileSystems.getDefault().getPath(System.getProperty("java.home")); field in class:Locations

Completed in 186 milliseconds