Re: Setting environment for forked java process on Win XP

2002-12-03 Thread Steve Loughran
- Original Message - From: "Michael Kuß" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 3:08 AM Subject: Setting environment for forked java process on Win XP > hi, > > I try to start a java task from ant 1.5.1 on Windows XP.

Re: Setting environment for forked java process on Win XP

2002-12-03 Thread Michael Kuß
I've got it. will work. It was just a matter of the case of the path. Thanks Dominique, and the path="..." statement is also working with unix style path separator :-). I wonder if this is always the case with environment variables. If it works the same way for UNIX I have to define one statem

RE: Setting environment for forked java process on Win XP

2002-12-03 Thread Dominique Devienne
o:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 5:08 AM To: [EMAIL PROTECTED] Subject: Setting environment for forked java process on Win XP hi, I try to start a java task from ant 1.5.1 on Windows XP. The Problem is that I need a dll (DLL1) to call some JNI stuff. This dll needs another

Setting environment for forked java process on Win XP

2002-12-03 Thread Michael Kuß
hi, I try to start a java task from ant 1.5.1 on Windows XP. The Problem is that I need a dll (DLL1) to call some JNI stuff. This dll needs another dll (DLL2) not located in the PATH environment. I have tried to modify the PATH for my java task with The DLL2 is located in the ${rundir}/Clien