This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcj: accessing environment variables


I was going to read an environment variable MYPERSONALENVVAR and I tried
to access its value with System.getenv(), until I discovered that
System.getenv() throws a "deprecated" exception, and that I should use
System.getProperty() instead.

Then I tried to read System.getProperty("MYPERSONALENVVAR"), just to get
a null in return.

Does anybody know how I can get hold of environment variables in gcj?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]