Re: perl to java
From: Thomas Schodt (_at_\)
Date: 02/04/04
- Previous message: BlackHawke: "Execute Java in a new window"
- In reply to: agroulx: "perl to java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 04 Feb 2004 08:10:52 +0000
agroulx wrote:
> I've discovered I didn't know what to
> do with environment variables and taking them into a java program.
>
> So what I work in is linux and I set a few environment variable...ex:
> KW_ON=quick and a couple of paths.
>
> Can I take environment variables into a java program? Is so how?
IIRC
System.getProperty("KW_ON")
- Previous message: BlackHawke: "Execute Java in a new window"
- In reply to: agroulx: "perl to java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|