Home java Error: Java: Source Option 5 Is No Longer Supported. USE 6 OR...

Error: Java: Source Option 5 Is No Longer Supported. USE 6 OR LATER

Author

Date

Category

When you first start the Maven project, this error happened.


Answer 1, Authority 100%

What would you have compiled, but Java 5 it does not support. Install in POM.xml Target Platform Movement:

& lt; properties & gt;
   & lt; maven.compiler.source & gt; 1.8 & lt; /maven.compiler.source>
   & lt; maven.compiler.target & gt; 1.8 & lt; /maven.compiler.target>
& lt; / Properties & gt;

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions