On Fri, Oct 12, 2001 at 05:08:12PM +0200, Raphael Mack wrote:
> Hello again,
> 
> is there a way to read the system-environmentvariables with JAVA?

If you mean the Unix/Linux environment - not without making JNI calls.
If you can make JNI calls, the "getenv()" call will retrieve individual
values and the global "environ" variable (man 5 environ) will let you
find all of them.

Nathan

> 
> Thanks a lot,
> Rapha
> -- 
> procreo - Webseitenentwicklung und Individualsoftwarelösungen
>      _____________________________________
>     / __  /  _/ __  / ___/  _/     / __  /  procreo GbR
>    / /_/ / / / /_/ / /__/ / /  O__/ /_/ /   Kochgasse 1
>   / ____/_/ /_____/____/_/ /_____/_____/    73630 Remshalden
>  / /                                        [EMAIL PROTECTED]
> /_/  http://www.procreo.de
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

-- 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to