I have many legacy java 6 projects and I need to build it.
Using Eclipse Neon Ant plugin with Java 8 is building the jar, but when I use the generated jar with another Java 6 project, I have the problem 'Unsupported major.minor version 52.0'.
My solution is install Ant version compatible with Java 6 and build the project out of Eclipse.