Guys,
Sorry you ran into this somewhat confusing issue. Ant is an out-of-process command line utility, so it doesn’t have access to the integrated incremental Java compiler that we use in MyEclipse to build artifacts; that’s why it requires javac out of the tools.jar file that is only available with a full JDK install.
Due to licensing issues we cannot distribute a JDK.
Once you have one installed though, whenever you run an Ant script, you’ll get a Run configuration for it up in the Run and Debug menus. You will want to edit the configuration to set the JRE that it’s using to a JDK that you have setup, that way it will find the javac task.
loomax, what you did was effectively change the default JRE that MyEclipse was using, that works too, but is more work.