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


Reply via email to