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

后端 未结 15 1276
后悔当初
后悔当初 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 05:17

    if you are using maven

    just add code to pom.xml mentioned by and Project> properties> Maven> Update Project It works

    0 讨论(0)
  • 2020-12-29 05:17

    Go to **Configuration->Modify->java->**select java version 1.6 or later on ..Error will disappear.. thanks.

    0 讨论(0)
  • 2020-12-29 05:19

    my eclipse is pointing to jre version 1.7 , but somehow while creating dynamic web project it is taking java verion 4. i solved it by changing it through configuration>modify>java version to 1.7, in the same panel.

    0 讨论(0)
提交回复
热议问题