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
if you are using maven
just add code to pom.xml mentioned by and Project> properties> Maven> Update Project It works
Go to **Configuration->Modify->java->**select java version 1.6 or later on ..Error will disappear.. thanks.
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.