>>>>> "Florian" == Florian Hoenig <hoenig@liwest.at> writes: Florian> How can I get OS's environmental variables from inside java ? You can't directly. You can always write a JNI (or with libgcj, also a CNI) method to do whatever you want, though. Tom