I need to find a good way to build for JDK 1.1.8. So far I've tried using Eclipse, IntelliJ and Ant with no luck. With Ant (v 1.7.1) I tried setting the relevant parameters on the javac task (executable
and compiler
). Trouble is this:
[javac] This version of java does not support the classic compiler; upgrading to modern.
Is there a way to make Ant work, or perhaps some other way?