I’ve inherited a java project that appears to have been developed using the NetBeans IDE.
It contains a nbproject subdirectory.
When I try to open the project using NetBeans 6.9 it reports the following error in the Project Name text box:
<unrecognized project; missing plug-in?>
How can I determine which plug-in it is looking for?
See what’s the value of
<type>inproject.xml. In your case it is<type>org.netbeans.modules.web.project</type>. When you look up this project type on the internet you will find out that you should try installing ‘Java Web and EE’ plugin.