RE: Change the Java Compiler

2011-03-11 Thread Urena, Jose M
ant -Dbuild.executable=c:/jdk170/bin/javac -Dsource=1.7 -Dtarget=1.7 -f build.xml build.xml or use -Dbuild.compiler=javac1.7 http://ant.apache.org/manual/Tasks/javac.html -Original Message- From: Thomas Kluge [mailto:m6kl...@uni-jena.de] Sent: Wednesday, March 09, 2011 12:56 PM

Re: Change the Java Compiler

2011-03-10 Thread Stefan Bodewig
On 2011-03-09, Thomas Kluge wrote: > I`d like to compiler the Dacapo Benchmark with the Java 7 Compiler. > The Benchmark uses an ant build script. I assume you can modify the compilation part of said buildfile. > The Java 7 compiler is just the compiler and not a hole virtual machine. The easie