Hi,
I am on HP-UX and trying to access one user environment varaible from
the Java code using
System.getProperty() method but it is returning NULL. Can anyone point
out why? This is what I did:
$export TEST=testing
$echo $TEST
testing
But when I execute System.getProperty("TEST") from my code, it returns
NULL.
Can any of you help?
Thanks,
Nilanjan
- RE: Getting the user environment variable::Need help Nilanjan Das
- RE: Getting the user environment variable::Need help William Kaufman
- RE: Getting the user environment variable::Need h... Tim O'Neil
- Re: Getting the user environment variable::Ne... Nilanjan Das
- Re: Getting the user environment variable... Tim O'Neil
