Where is my Java compiler 1.8, in Eclipse?

  1. I installed openjdk8

  2. In Eclipse (v3.8.1) -> window -> preferences -> Java -> installed JREs, I added the related standard VM.

  3. In Eclipse -> Project -> Properties -> Java build path, I changed the JRE system library

    then, some of my project errors, related to Java 8 disappeared; but some others remained which, as I suppose, they are related to Compiler.

  4. In Eclipse -> window -> preferences -> Java -> Compiler, I cannot see any version more than 1.7!

So, where is my Java compiler 1.8?!

5

1 Answer

Older version of Eclipse does not support Java 8.

Eclipse Kepler SR2 & Eclipse Luna are the versions will support Java 8.

You can download Eclipse Luna from this link.

And Eclipse Kepler SR2 also supports Java *, see this link.

See this link to know how to install Eclipse Luna.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like