Re: AW: how to read from an enviroment variable

2005-03-22 Thread Antoine Levy-Lambert
Hello Markus, did you restart your Eclipse after having changed the environment with the Control Panel ? Antoine > [EMAIL PROTECTED] wrote: > > > ? > > > > > I setted the path variable in windows --> pref --> linked ressources > this one I want to use it as vm arguments. > > I tried now to do i

Re: AW: how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
Sorry, I mismatched newsgroup -- best regards Würth Phoenix S.r.l. Markus Innerebner ZEUS Developer Via Kravogl 4 I-39100 Bolzano Phone: +39 0471 / 564076 Fax: +39 0471 / 564062 E-Mail: [EMAIL PROTECTED] Website: http://www.wuerth-phoenix.com pub 1024D/0E45CE6D 2004-09-28 markusin <[EMAIL PROTECT

RE: AW: how to read from an enviroment variable

2005-03-21 Thread Rainer Noack
ties). Cheers Rainer > -Original Message- > From: Markus Innerebner [mailto:[EMAIL PROTECTED] > Sent: Monday, March 21, 2005 3:37 PM > To: Ant Users List > Subject: Re: AW: how to read from an enviroment variable > > > [EMAIL PROTECTED] wrote: > > > ? > &g

Re: AW: how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
le Jan -Ursprüngliche Nachricht- Von: Markus Innerebner [mailto:[EMAIL PROTECTED] Gesendet am: Montag, 21. März 2005 15:16 An: Ant Users List Betreff: how to read from an enviroment variable how can I read an environment value which I am passing in eclipse as a vm argument. My intention is to pass som

AW: how to read from an enviroment variable

2005-03-21 Thread Jan . Materne
? Jan > -Ursprüngliche Nachricht- > Von: Markus Innerebner [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 21. März 2005 15:16 > An: Ant Users List > Betreff: how to read from an enviroment variable > > how can I read an environment value which I am passing in

how to read from an enviroment variable

2005-03-21 Thread Markus Innerebner
how can I read an environment value which I am passing in eclipse as a vm argument. My intention is to pass something like that -D=${enviromentVariable}/aPath the environment variable I set in my system. Do I need to set this in eclipse too? If yes where should I set it. thanks for helping me