Hi, Thanks for the answers. I didn't know the -Xbootklasspath trick. I also found that Ant supports the -bootclasspath option too. I just changed my build.xml file and it seems to work :-)
Regards, Markus > -----Original Message----- > From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: Friday, June 30, 2000 3:49 PM > To: [EMAIL PROTECTED] > Subject: RE: Ant and Corba projects > > > > > > > >>>>> "MK" == Markus Kohler <[EMAIL PROTECTED]> 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 >
