> > >>>>> "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
