Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 51517 invoked from network); 30 Jun 2000 13:42:53 -0000 Received: from oznet15.ozemail.com.au (203.2.192.116) by locus.apache.org with SMTP; 30 Jun 2000 13:42:53 -0000 Received: from cognetnt (1Cust226.tnt3.syd2.da.uu.net [63.12.2.226]) by oznet15.ozemail.com.au (8.9.0/8.6.12) with SMTP id XAA02597 for ; Fri, 30 Jun 2000 23:42:48 +1000 (EST) From: "Conor MacNeill" To: Subject: RE: Ant and Corba projects Date: Fri, 30 Jun 2000 23:41:35 +1000 Message-ID: <001a01bfe298$e8944240$80dc1fcb@cognet.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > > >>>>> "MK" == Markus Kohler writes: > > MK> could -bootclasspath be the solution ? > > I think so, yes. You will probably want to change the ant shell script > or ant.bat directly. You shouldn't need to edit the files. You can use the JAVACMD environment variable to change how ant invokes Java. On NT try set JAVACMD=java -Xbootclasspath:foo similar for Unix Conor