Searched refs:exe (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/sample/vm/clr-jvm/
H A DMakefile32 all: jinvoker.dll invoked.class invoker.exe
43 invoker.exe: invoker.cs Makefile
/openjdk7/jdk/src/share/sample/vm/jvm-clr/
H A DMakefile32 all: invoker.dll invoker.class invoked.exe
43 invoked.exe: invoked.cs Makefile
/openjdk7/jdk/test/com/sun/jdi/
H A DDoubleAgentTest.java92 String exe = System.getProperty("java.home")
97 exe += "sparcv9/java";
99 exe += "amd64/java";
101 exe += "java";
105 String cmd = exe + " " + VMConnection.getDebuggeeVMOptions()
H A DBadHandshakeTest.java110 String exe = System.getProperty("java.home")
115 exe += "sparcv9/java";
117 exe += "amd64/java";
119 exe += "java";
121 String cmd = exe + " " + VMConnection.getDebuggeeVMOptions() +
H A DExclusiveBind.java99 String exe = System.getProperty("java.home") + File.separator + "bin" +
104 exe += "sparcv9/java";
106 exe += "amd64/java";
108 exe += "java";
110 String cmd = exe + " " + VMConnection.getDebuggeeVMOptions() +
H A DRunToExit.java115 String exe = System.getProperty("java.home")
120 exe += "sparcv9/java";
122 exe += "amd64/java";
124 exe += "java";
126 String cmd = exe + " " + VMConnection.getDebuggeeVMOptions() +
H A DShellScaffold.sh120 # resort to just killing java.exe and jdb.exes
257 jdbKeyword='jdb\.exe'
294 jstack=jstack.exe
814 if [ ! -r "$jdb" -a ! -r "$jdb.exe" ] ; then
/openjdk7/jdk/make/common/shared/
H A DCompiler-msvc.gmk38 DUMPBIN = $(COMPILER_PATH)dumpbin.exe
71 MT = $(_OTHER_TOOLS_BIN)/mt.exe
72 MTL = $(_OTHER_TOOLS_BIN)/midl.exe
H A DPlatform.gmk67 # EXE_SUFFIX executable file suffix, .exe or empty
404 # The suffix applied to executables (.exe for windows, nothing for solaris)
405 EXE_SUFFIX = .exe
484 # The suffix applied to executables (.exe for windows, nothing for solaris)
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java102 String exe = System.getProperty("java.home") + File.separator + "bin" +
107 cmd[0] = exe + "sparcv9/java";
112 cmd[0] = exe += "java";
/openjdk7/jdk/make/sun/rmi/cgi/
H A DMakefile52 # Rename .exe to .cgi.
55 $(BINDIR)/$(PROGRAM).cgi: $(BINDIR)/$(PROGRAM).exe
/openjdk7/jdk/make/bridge/Jabswitch/
H A DMakefile27 # Makefile for building jabswitch.exe
40 JAB_EXE= $(TEMPDIR)/jabswitch.exe
45 JAB_MANIFEST_OUT = $(TEMPDIR)/jabswitch.exe.intermediate.manifest
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java145 String exe = System.getProperty("java.home") + File.separator + "bin" +
150 exe += "sparcv9/java";
152 exe += "amd64/java";
154 exe += "java";
156 String cmd = exe + " -Xdebug -Xrunjdwp:transport=dt_socket,timeout=15000,address=" +
/openjdk7/jdk/src/windows/native/java/lang/
H A DProcessImpl_md.c71 char *exe, *p, *name; local
76 exe = (char *)JNU_GetStringPlatformChars(env, cmd0, 0);
77 exe = extractExecutablePath(env, exe);
79 if (exe != NULL) {
80 if ((p = strchr(exe, '\\')) == NULL) {
81 SearchPath(NULL, exe, ".exe", MAX_PATH, buf, &name);
83 p = strrchr(exe, '\\');
86 SearchPath(exe,
[all...]
/openjdk7/hotspot/agent/src/os/win32/windbg/
H A DMakefile28 CPP32=cl.exe
29 CPP64=cl.exe
30 LINK32=link.exe
31 LINK64=link.exe
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSunCommandLineLauncher.java152 String exe = argument(ARG_VM_EXEC, arguments).value();
208 os_arch + File.separator + exe;
210 exePath = home + File.separator + "bin" + File.separator + exe;
213 exePath = exe;
/openjdk7/jdk/test/java/util/ResourceBundle/Control/
H A DExpirationTest.sh257 if [ -x ${TESTJAVA}/bin/jar ] || [ -x ${TESTJAVA}/bin/jar.exe ]; then
289 if [ ! -x ${TESTJAVA}/bin/javac ] && [ ! -x ${TESTJAVA}/bin/javac.exe ]; then
/openjdk7/jdk/make/com/sun/java/pack/
H A DMakefile95 RC_FLAGS += /D "JDK_FNAME=$(PGRM).exe" \
143 $(CAT) $(TOPDIR)/src/windows/resource/unpack200_proto.exe.manifest | $(SED_ALL_MANIFEST) > $(OBJDIR)/unpack200.exe.manifest
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat30 if not exist %JAVA_HOME%\bin\java.exe goto BADJAVAHOME
/openjdk7/jdk/make/common/
H A DProgram.gmk169 $(OBJDIR)/$(PROGRAM).exe.manifest: $(JDK_TOPDIR)/src/windows/resource/java.manifest
179 # Use ";#2" for .dll and ";#1" for .exe in the MT command below:
180 $(OBJDIR)/$(PROGRAM)$(EXE_SUFFIX):: $(OBJDIR)/$(PROGRAM).lcf $(FILES_o) $(JLI_LCF) $(OBJDIR)/$(PROGRAM).exe.manifest
188 $(MT) /manifest $(OBJDIR)/$(PROGRAM).exe.manifest /outputresource:$@;#1
/openjdk7/hotspot/make/windows/
H A Dcreate.bat42 echo Make sure cl.exe is in your PATH before running this script.
48 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work.
/openjdk7/hotspot/test/
H A DMakefile88 EXESUFFIX = .exe
/openjdk7/corba/make/common/shared/
H A DPlatform.gmk429 if [ -f "C:/cygwin/bin/free.exe" ] ; then \
430 ( C:/cygwin/bin/bash.exe -c "C:/cygwin/bin/free.exe -m" ) | \
/openjdk7/make/scripts/
H A Dvsvars.sh431 cmd.exe /Q /C `${cygpath_short} $1` | \
/openjdk7/langtools/test/
H A DMakefile61 EXE_SUFFIX=.exe

Completed in 73 milliseconds

12