Searched refs:java_home (Results 1 - 15 of 15) sorted by relevance
| /openjdk7/langtools/test/tools/javac/ |
| H A D | EarlyAssertWrapper.java | 39 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 D | T6705935.java | 43 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 D | T5070898.java | 75 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 D | TimeZone.c | 41 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 D | T6729471.java | 61 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 D | TestXEmbedServerJava.java | 79 String java_home = System.getProperty("java.home"); 80 return Runtime.getRuntime().exec(java_home + "/bin/java JavaClient " + window);
|
| H A D | RunTestXEmbed.java | 50 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 D | agent_util.c | 257 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 D | Makefile | 77 all: java_home $(LAUNCHERLIB) 96 java_home:
|
| /openjdk7/langtools/test/tools/javac/api/6411310/ |
| H A D | Test.java | 191 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 D | T6877206.java | 205 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 D | Makefile | 67 @echo Running ant with java_home set to ${ALT_BOOTDIR}
|
| /openjdk7/jdk/make/common/ |
| H A D | Sanity.gmk | 85 sane-java_home \
|
| /openjdk7/langtools/make/tools/GenStubs/ |
| H A D | GenStubs.java | 403 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 D | Sanity.gmk | 189 sane-java_home \ 484 sane-java_home:
|
Completed in 32 milliseconds