MAVEN Project update maven project error: Dynamic Web Module 3.0 requires Java 1.6 or newer

Source: Internet
Author: User

Tools: Eclipse Mars

Environment: JDK1.8,TOMCAT8

Error:

  

Description: The MAVEN project specifies the compilation environment by default and I specify JRE 1.5 by default. This is not related to the Java compiler that you set up and needs to be specified in Pom.xml. Add the following code between <build></build>:

<plugins>        <plugin>            <groupId>org.apache.maven.plugins</groupId>            < artifactid>maven-compiler-plugin</artifactid>            <version>3.0</version>            < Configuration>                <!--Specify the version of the JRE you need, specified here jre1.8-                               <source>1.8</source>                < target>1.8</target>            </configuration>        </plugin>  </plugins>

After joining, Window System platform shortcut key ALT+F5, select the specified item, click OK.

MAVEN Project update maven project error: Dynamic Web Module 3.0 requires Java 1.6 or newer

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.