Results 1 to 4 of 4
Thread: Set an environment variable
- 03-13-2012, 10:40 AM #1
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Set an environment variable
hi, I need to read a value for an external application (Delphi) created with a javascript, I thought using a environment variable - Java creates the variable, the other program reads it, just I dont know how :(
a small example would be great :)
thanks
Tonnys
PS Sorry my english .
- 03-13-2012, 10:46 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
Re: Set an environment variable
Use a ProcessBuilder to construct your other process; a ProcessBuilder has a modifiable environment map. Read the API documentation for this class.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 03-13-2012, 02:59 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Re: Set an environment variable
Tnks for the quick reply, but a small example would be great..... I've searched all over the net but didn´t find any working staff
thank you
Tonnys
- 03-13-2012, 04:04 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,457
- Rep Power
- 16
Re: Set an environment variable
Then you must have failed to look at the ProcessBuilder API, where this is explained in great detail.
That should have been your first stop off point.Please do not ask for code as refusal often offends.
Similar Threads
-
load environment variable before application run
By anchitanc in forum New To JavaReplies: 4Last Post: 01-02-2012, 05:51 PM -
Environment variable shows different from editable value
By projecttoday in forum New To JavaReplies: 6Last Post: 12-01-2010, 12:47 AM -
Setting the environment variable for j2sdk
By kiki2009 in forum Java ServletReplies: 3Last Post: 07-04-2009, 05:14 AM -
set environment variable in unix using java program
By java_kick in forum Advanced JavaReplies: 3Last Post: 03-16-2009, 12:26 PM -
Passing Environment Variable in Eclipse Europa
By ajaymenon.k in forum EclipseReplies: 0Last Post: 11-19-2007, 10:08 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks