Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 57651 invoked from network); 3 Dec 2002 17:58:26 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Dec 2002 17:58:26 -0000 Received: (qmail 18193 invoked by uid 97); 3 Dec 2002 17:59:22 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 18147 invoked by uid 97); 3 Dec 2002 17:59:21 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 18135 invoked by uid 98); 3 Dec 2002 17:59:21 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <024801c29af5$b4dfdc30$1219570f@ranier> From: "Steve Loughran" To: "Ant Users List" References: <3DEC90A7.1080900@asdis.de> Subject: Re: Setting environment for forked java process on Win XP Date: Tue, 3 Dec 2002 09:59:16 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Michael Ku�" To: 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. > > > > 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. modify your code to use LoadLibraryEx() and all you need to do is set the java.library.path. Easier said than done, though. > path="${java.library.path}:${rundir}/Client/lib"/> > -- To unsubscribe, e-mail: For additional commands, e-mail: