Searched refs:environment (Results 51 - 68 of 68) sorted by relevance

123

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A DMakefile50 echo You must set the environment variable JAVA_HOME before executing this Makefile ; \
/openjdk7/jdk/src/share/classes/java/lang/
H A DRuntime.java36 * the environment in which the application is running. The current
352 * specified environment.
362 * has environment variable settings in the format
365 * the environment of the current process.
393 * specified environment and working directory.
412 * has environment variable settings in the format
415 * the environment of the current process.
490 * with the specified environment.
501 * has environment variable settings in the format
504 * the environment o
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DVersionCheck.java103 Map<String, String> env = pb.environment();
H A DArrrghs.java137 Map<String, String> env = pb.environment();
H A DTestHelper.java432 Map<String, String> env = pb.environment();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java195 * Set the environment in which this iterator operates, which should provide:
202 * <p>At this time the exact implementation of this environment is application
205 * @param environment The environment object.
207 public void setEnvironment(Object environment) argument
237 public void setRoot(int context, Object environment) argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java69 public void setRoot(int context, Object environment) argument
71 super.setRoot(context, environment);
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat26 REM This is common environment settings for all SA
H A Dsaenv64.bat30 REM This is common environment settings for all SA
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java83 private LdapSchemaCtx(int objectType, Hashtable environment, SchemaInfo info) { argument
84 super(environment, LdapClient.caseIgnore);
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessImpl.java87 java.util.Map<String,String> environment,
93 String envblock = ProcessEnvironment.toEnvironmentBlock(environment);
463 * environment strings in VAR=VALUE form
86 start(String cmdarray[], java.util.Map<String,String> environment, String dir, ProcessBuilder.Redirect[] redirects, boolean redirectErrorStream) argument
H A DProcessEnvironment.java35 * termination even if the environment is empty. We should always
42 * - There are magic environment variables maintained by Windows
76 ("Invalid environment variable name: \"" + name + "\"");
83 ("Invalid environment variable value: \"" + value + "\"");
247 // Ignore corrupted environment strings.
283 // Only for use by ProcessBuilder.environment()
284 static Map<String,String> environment() { method in class:ProcessEnvironment
288 // Only for use by ProcessBuilder.environment(String[] envp)
331 // add the environment variable to the child, if it exists in parent
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java211 environment = env;
218 new JMXPluggableAuthenticator(environment);
260 private final Map<String, Object> environment; field in class:ConnectorBootstrap.AccessFileCheckerAuthenticator
/openjdk7/jdk/src/share/instrument/
H A DJPLISAgent.c175 JPLISEnvironment * environment = NULL; local
180 (void**)&environment);
185 jplis_assert(environment != NULL);
186 jplis_assert(environment->mJVMTIEnv == jvmtienv);
188 environment = NULL;
190 return environment;
690 * Enable native method prefix in one JVM TI environment
976 /* Return the environment with the retransformation capability.
1006 /* cannot get the capability, dispose of the retransforming environment */
1019 // install the retransforming environment
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java73 public HierMemDirCtx(Hashtable environment, boolean ignoreCase) { argument
74 this(environment, ignoreCase, false);
77 protected HierMemDirCtx(Hashtable environment, boolean ignoreCase, argument
79 myEnv = environment;
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DProcessEnvironment.java37 * the parent process for any environment name or value not created by
42 * environment then looks like a Map<Variable,Value>. But we don't
68 // We cache the C environment. This means that subsequent calls
72 // Read environment variables back to front,
93 /* Only for use by ProcessBuilder.environment() */
94 static Map<String,String> environment() { method in class:ProcessEnvironment
114 ("Invalid environment variable name: \"" + name + "\"");
121 ("Invalid environment variable value: \"" + value + "\"");
/openjdk7/jdk/test/tools/pack200/
H A DUtils.java394 Map<String, String> env = pb.environment();
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk69 # Settings and rules to validate the JDK build environment.
475 @$(ECHO) "ERROR: Your CLASSPATH environment variable is set. This will \n" \
486 @$(ECHO) "ERROR: Your JAVA_HOME environment variable is set. This will \n" \
515 $(ECHO) "ERROR: Your VARIANT environment variable is set to $(VARIANT). \n" \
525 @$(ECHO) "ERROR: Your LD_LIBRARY_PATH environment variable is set. This may \n" \
536 @$(ECHO) "ERROR: Your LD_LIBRARY_PATH_64 environment variable is set. This may \n" \
547 @$(ECHO) "ERROR: Your LD_OPTIONS environment variable is set. This may \n" \
558 @$(ECHO) "ERROR: Your LD_RUN_PATH environment variable is set. This may \n" \
579 ifeq ($(origin MAKEFLAGS),environment)
581 @# it is unacceptable to have the-e or --environment
[all...]

Completed in 928 milliseconds

123