Searched refs:jre (Results 51 - 69 of 69) sorted by relevance

123

/openjdk7/jdk/make/javax/swing/plaf/
H A DMakefile62 LOCALE_SET_DEFINITION = jre
/openjdk7/corba/make/common/internal/
H A DResources.gmk38 # The LOCALE_SET_DEFINITION can have the value: jre, plugin, or jdk.
86 ifeq ($(LOCALE_SET_DEFINITION), jre)
/openjdk7/jdk/make/common/
H A DProgram.gmk104 LDFLAGS += -R \$$ORIGIN/../jre/lib/$(LIBARCH)/jli
107 LDFLAGS += -R \$$ORIGIN/../../jre/lib/$(LIBARCH)/jli
114 LDFLAGS += -Wl,-rpath -Wl,\$$ORIGIN/../jre/lib/$(LIBARCH)/jli
H A DDefs-linux.gmk461 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH)
H A DDefs-macosx.gmk389 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib
H A DDefs-windows.gmk356 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/bin
H A DDefs-solaris.gmk796 HOTSPOT_SALIB_PATH = $(HOTSPOT_IMPORT_PATH)/jre/lib/$(LIBARCH)
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk59 # ARCH_VM_SUBDIR jre/bin, jre/lib/sparc, etc.
124 # Need to maintain the jre/lib/i386 location for 32-bit Intel
211 # Need to maintain the jre/lib/i386 location for 32-bit Intel
286 # Need to maintain the jre/lib/i386 location for 32-bit Intel
385 # LIBARCH is used to preserve the jre/lib/i386 directory name for 32-bit intel
425 ARCH_VM_SUBDIR=jre/bin
499 ARCH_VM_SUBDIR=jre/lib/$(LIBARCH)
514 ARCH_VM_SUBDIR=jre/lib
H A DDefs.gmk488 jre-$(PREVIOUS_JDK_UNDERSCORE_VERSION)-$(PLATFORM)-$(ARCH)$(BUNDLE_FILE_SUFFIX)
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c359 /* Does this app ship a private JRE in <apphome>\jre directory? */
360 sprintf(javadll, "%s\\jre\\bin\\" JAVA_DLL, path);
362 strcat(path, "\\jre");
1069 * Given a path to a jre to execute, this routine checks if this process
1070 * is indeed that jre. If not, it exec's that jre.
1078 ExecJRE(char *jre, char **argv) { argument
1115 printf("ExecJRE: new: %s\n", jre);
1123 if (strnicmp(jre, path, strlen(jre))
[all...]
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c317 /* Does this app ship a private JRE in <apphome>\jre directory? */
318 JLI_Snprintf(javadll, sizeof (javadll), "%s\\jre\\bin\\" JAVA_DLL, path);
320 JLI_StrCat(path, "\\jre");
905 * Given a path to a jre to execute, this routine checks if this process
906 * is indeed that jre. If not, it exec's that jre.
914 ExecJRE(char *jre, char **argv) { argument
930 JLI_TraceLauncher("ExecJRE: new: %s\n", jre);
937 if (JLI_StrNCaseCmp(jre, path, JLI_StrLen(jre))
[all...]
/openjdk7/hotspot/make/
H A DMakefile96 JDK_DIRS=bin include jre lib demo
454 copy_jdk: $(JDK_IMAGE_DIR)/jre/lib/rt.jar
456 $(JDK_IMAGE_DIR)/jre/lib/rt.jar:
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c97 * of the jre exec'd through the SelectVersion routine. The command line
99 * because that jre may be an older version which wouldn't recognize them.
905 char *jre = NULL; local
953 } else if (strcmp(arg, "-jre-restrict-search") == 0) {
955 } else if (strcmp(arg, "-no-jre-restrict-search") == 0) {
1086 * jre, check to see if the one running will satisfy the requirements.
1090 jre = LocateJRE(&info);
1094 (info.jre_restrict_search?"true":"false"), (jre?jre:"null"));
1095 if (jre
[all...]
/openjdk7/jdk/src/share/bin/
H A Djava.c729 char *jre = NULL; local
777 } else if (JLI_StrCmp(arg, "-jre-restrict-search") == 0) {
779 } else if (JLI_StrCmp(arg, "-no-jre-restrict-search") == 0) {
907 * jre, check to see if the one running will satisfy the requirements.
911 jre = LocateJRE(&info);
914 (info.jre_restrict_search?"true":"false"), (jre?jre:"null"));
916 if (jre == NULL) {
948 ExecJRE(jre, new_argv);
1051 JLI_StrCmp(arg, "-no-jre
[all...]
/openjdk7/jdk/make/common/internal/
H A DResources.gmk38 # The LOCALE_SET_DEFINITION can have the value: jre, plugin, or jdk.
89 ifeq ($(LOCALE_SET_DEFINITION), jre)
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c63 * two data models and cohabitation of jre/jdk bits with both data
706 sprintf(libjava, "%s/jre/lib/" JAVA_DLL, path);
708 strcat(path, "/jre");
718 /* Does the app ship a private JRE in <apphome>/jre directory? */
719 sprintf(libjava, "%s/jre/lib/%s/" JAVA_DLL, path, arch);
721 strcat(path, "/jre");
1547 * it as a valid jre/sdk.
1581 * jre respecively as part of the 1.5 rebranding effort. Since the
1602 if ((strncmp(dp->d_name, "jre", 3) == 0) ||
1687 * Given a path to a jre t
1696 ExecJRE(char *jre, char **argv) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh267 if [ -r $jdk/bin/dt_shmem.dll -o -r $jdk/jre/bin/dt_shmem.dll ] ; then
/openjdk7/jdk/make/sun/awt/
H A DMakefile190 LOCALE_SET_DEFINITION = jre
/openjdk7/jdk/make/docs/
H A DMakefile162 JRE_API_DOCSDIR = $(DOCSDIR)/jre/api
166 # api directory, so for jdk/api or jre/api to get to the core api/

Completed in 99 milliseconds

123