Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
If I add Struts capabilities to a web project and later I change my mind, is there any way to restore the project configuration/properties to their initial state? I note that when I have already added Struts capabilities to a project this option is no longer available in the MyEclipse context menu. I would like to restore the state of the project in such a way that this option can appear again in that menu. Thanks
You can, it’s just manual.
You have to edit your .project file from the Navigator view and remove the struts nature as well as any struts builders. Then you can remove .mystrutsdata file and any struts libraries or TLDs in your project.
In the future we will make capabilities remove-able.