Eclipse- Dynamic Web Module 3.0 requires Java 1.6 or newer error while creating new project

后端 未结 15 1438
后悔当初
后悔当初 2020-12-29 04:51

I am not able to create a new Dynamic Web Project in eclipse indigo. I am getting the following error while creating new one.

Dynamic Web Module 3.0 r

15条回答
  •  抹茶落季
    2020-12-29 04:59

    This is late answer. But may help to other. If you are using Maven based project. You just include following code in pom.xml file. It can be resolved.

    
        
            
                maven-compiler-plugin
                
                    1.7
                    1.7
                
            
        
    
    

    Update: Similarly if you are using jdk version 1.8 just include it in your and tags.

提交回复
热议问题