How to add web project module in existing java project in eclipse
问题 I have existing Java project and want to add web module to it. Is there any way to add dynamic web project as a module in a Java project using Eclipse? 回答1: Yes, you can. You need to go to your project settings, find "Project Facets" on the left. Then you can check "Dynamic Web Project" checkbox. Make sure to set up the facet before you hit "Apply" because it will be hard to do later on. There will be "additional configuration" button somewhere once you check the facet. Adding the web