javaeclipseeclipse-plugin

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


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 requires Java 1.6 or newer

I have java compiler version as 1.7 and SDK version 1.7.

enter image description here


Solution

  • 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.