Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 74860 invoked from network); 28 Nov 2000 22:28:46 -0000 Received: from mail.responsenetworks.com (HELO amber.responsenetworks.com) (216.0.120.134) by locus.apache.org with SMTP; 28 Nov 2000 22:28:46 -0000 Received: by mail.responsenetworks.com with Internet Mail Service (5.5.2650.21) id ; Tue, 28 Nov 2000 17:25:33 -0500 Message-ID: From: KC Baltz To: "'ant-user@jakarta.apache.org'" Subject: Better way to provide ENV vars to Java.exe? Date: Tue, 28 Nov 2000 17:25:30 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N We have a Java .class that expects an environment variable to be set (not a system property, no such luck) I have found that using to call java.exe allows me to set an environment variable using . However this feels like a major hack. Is there any way to accomplish this with the task? K.C.