Message3720

Author jeeyoungk
Recipients jeeyoungk
Date 2008-10-29.04:38:33
SpamBayes Score 0.00056711154
Marked as misclassified No
Message-id <1225255113.57.0.305354725847.issue1162@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to run jython under the Windows 2008, and I got the following
error when i called javaos.getenv() method
Failed to get environment, environ will be empty: (0, 'Failed to execute
command ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run
program "sh": CreateProcess error=2, The system cannot find the file
specified')

I realized that this was caused by the fact that _getOsType() function
is returning posix for Windows 2008.

Can you please add "Windows Server 2008" under the _osTypeMap variable
in _getOsType() function? Thanks.
History
Date User Action Args
2008-10-29 04:38:33jeeyoungksetmessageid: <1225255113.57.0.305354725847.issue1162@psf.upfronthosting.co.za>
2008-10-29 04:38:33jeeyoungksetrecipients: + jeeyoungk
2008-10-29 04:38:33jeeyoungklinkissue1162 messages
2008-10-29 04:38:33jeeyoungkcreate