Using a custom java compiler executable

Hello,

how do I use a custom java compiler executable? With ant, that’s the “executable” property of javac.

Found it myself:

compileJava.options.fork = true compileJava.options.forkOptions.setExecutable(“xxxxxxxx.exe”)