You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2006/03/05 00:21:39 UTC

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

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

         Key: HARMONY-169
         URL: http://issues.apache.org/jira/browse/HARMONY-169
     Project: Harmony
        Type: Bug
  Components: VM  
    Reporter: Vasily Zakharov


System.getenv(String) method throws Error on call. This is a valid behaviour (the same as of RI) for Java 1.4, as the method is deprecated, but this is not valid for Java 5.0, where this method is not deprecated again and must be implemented and work normally.

Also System.getenv() method (Java 5.0) is not implemented at all.


-- 
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


[jira] Commented: (HARMONY-169) System.getenv(String) throws Error

Posted by "Nathan Beyer (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-169?page=comments#action_12368914 ] 

Nathan Beyer commented on HARMONY-169:
--------------------------------------

This is a duplicate of this issue: http://issues.apache.org/jira/browse/HARMONY-104.

> System.getenv(String) throws Error
> ----------------------------------
>
>          Key: HARMONY-169
>          URL: http://issues.apache.org/jira/browse/HARMONY-169
>      Project: Harmony
>         Type: Bug
>   Components: VM
>     Reporter: Vasily Zakharov

>
> System.getenv(String) method throws Error on call. This is a valid behaviour (the same as of RI) for Java 1.4, as the method is deprecated, but this is not valid for Java 5.0, where this method is not deprecated again and must be implemented and work normally.
> Also System.getenv() method (Java 5.0) is not implemented at all.

-- 
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