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

/openjdk7/langtools/test/tools/javac/
H A DEarlyAssertWrapper.java39 File java_home = new File(System.getProperty("java.home"));
40 if (java_home.getName().equals("jre"))
41 java_home = java_home.getParentFile();
42 cmd.add(new File(new File(java_home, "bin"), "java").getPath());
H A DT6705935.java43 File java_home = new File(System.getProperty("java.home"));
44 if (java_home.getName().equals("jre"))
45 java_home = java_home.getParentFile();
72 //System.err.println("[" + part1 + "|" + part2 + "]" + " " + java_home);
73 if (part1.equals(part2) || !part1.startsWith(java_home.getPath()))
/openjdk7/langtools/test/tools/javah/
H A DT5070898.java75 File java_home = new File(System.getProperty("java.home"));
76 if (java_home.getName().equals("jre"))
77 java_home = java_home.getParentFile();
78 cmd.add(new File(new File(java_home, "bin"), "javah").getPath());
/openjdk7/jdk/src/share/native/java/util/
H A DTimeZone.c41 jstring java_home, jstring country)
47 if (java_home == NULL)
50 java_home_dir = JNU_GetStringPlatformChars(env, java_home, 0);
40 Java_java_util_TimeZone_getSystemTimeZoneID(JNIEnv *env, jclass ign, jstring java_home, jstring country) argument
/openjdk7/langtools/test/tools/javap/
H A DT6729471.java61 File java_home = new File(System.getProperty("java.home"));
62 if (java_home.getName().equals("jre"))
63 java_home = java_home.getParentFile();
64 File rt_jar = new File(new File(new File(java_home, "jre"), "lib"), "rt.jar");
73 File ct_sym = new File(new File(java_home, "lib"), "ct.sym");
/openjdk7/jdk/test/java/awt/xembed/server/
H A DTestXEmbedServerJava.java79 String java_home = System.getProperty("java.home");
80 return Runtime.getRuntime().exec(java_home + "/bin/java JavaClient " + window);
H A DRunTestXEmbed.java50 String java_home = System.getProperty("java.home");
70 Process proc = Runtime.getRuntime().exec(java_home +
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.c257 char *java_home; local
260 java_home = NULL;
261 error = (*jvmti)->GetSystemProperty(jvmti, "java.home", &java_home);
263 if ( java_home == NULL || java_home[0] == 0 ) {
273 max_len = (int)(strlen(java_home) + strlen(demo_name)*2 +
279 (void)strcpy(jar_path, java_home);
292 (void)strcpy(jar_path, java_home);
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DMakefile77 all: java_home $(LAUNCHERLIB)
96 java_home:
/openjdk7/langtools/test/tools/javac/api/6411310/
H A DTest.java191 File java_home = new File(System.getProperty("java.home"));
192 if (java_home.getName().equals("jre"))
193 java_home = java_home.getParentFile();
194 File rt_jar = new File(new File(new File(java_home, "jre"), "lib"), "rt.jar");
/openjdk7/langtools/test/tools/javac/api/
H A DT6877206.java205 File java_home = new File(System.getProperty("java.home"));
206 if (java_home.getName().equals("jre"))
207 java_home = java_home.getParentFile();
208 File rt_jar = new File(new File(new File(java_home, "jre"), "lib"), "rt.jar");
/openjdk7/jdk/make/java/jobjc/
H A DMakefile67 @echo Running ant with java_home set to ${ALT_BOOTDIR}
/openjdk7/jdk/make/common/
H A DSanity.gmk85 sane-java_home \
/openjdk7/langtools/make/tools/GenStubs/
H A DGenStubs.java403 String java_home = System.getProperty("java.home");
404 cmd.add(new File(new File(java_home, "bin"), "java").getPath());
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk189 sane-java_home \
484 sane-java_home:

Completed in 77 milliseconds