Java – Upgrade Eclipse java compiler

eclipsejava

I started using Ant, that ships with Eclipse. It annoys me, that I get hundreds of warnings in the lines of:

[javac] warning:
java\io\BufferedInputStream.class(java\io:BufferedInputStream.class):
major version 51 is newer than 50, the
highest major version supported by
this compiler.
[javac] It is recommended that the compiler be upgraded.

How do I upgrade compiler?

Best Answer

download and install newer version of JDK.

Windows - > Preference - > Java - > Installed JRE set newer version here