I have created some dynamic web projects and they are working fine. After that I have installed PHP development plugins in eclipse. Also installed xdebug plugin for PHP debugging.
Now When I create Java Dynamic Web Project I get this error:
The selected wizard could not be started.
Plug-in "org.eclipse.jst.servlet.ui" was unable to instantiate class
"org.eclipse.jst.servlet.ui.project.facet.WebProjectWizard".
java.lang.NullPointerException
EDIT: I have WTP installed.
I am able to create java static web project and PHP projects. But not able to create Java Dynamic web project.
Any help is appreciated.