You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Nathan Beyer (JIRA)" <ji...@apache.org> on 2006/02/19 22:06:48 UTC

[jira] Created: (HARMONY-104) System.getenv() throws Error

System.getenv() throws Error
----------------------------

         Key: HARMONY-104
         URL: http://issues.apache.org/jira/browse/HARMONY-104
     Project: Harmony
        Type: Bug
    Reporter: Nathan Beyer
    Priority: Minor


According to the Java 5 specification, the 'System.getenv(String)' method is no longer deprecated [1]. The currently implementation of this method in Harmony always throws an Error. This isn't a major priority, but it seemed like something to point out. Along with this method, there's an additional method for getting a Map of all environment variables [2].

[1] http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getenv(java.lang.String)
[2] http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#getenv()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira