Problem with importing a javaWeb project from gitHub to netbeans

0

I'm working on a project using jsp, and gitHub for version control. The project is already in gitHub because another team member created it. I even cloned the project for netbeans, make commits etc. The only problem is that when performing cloning, netbeans is not recognizing as a web project because the commits being made in the project are always ignoring the project files generated by the IDE's so as not to generate inconsistencies since there may be members programming in IDE's many different. My question is if it would have some way of at the time to clone to my machine or until after this, if it would have like netbeans to generate project files on top of those classes that were cloned for then I could run as a web application indeed.

How do you get on netbeans after cloning:

WhenItrytoopenthenewlyclonedprojectasanormalproject(obviouslybecauseitdoesnothavetheprojectfiles):

HowIwantedyoutostay:

As it is in the first photo it does not recognize some folders as packages, besides it can not be run by the IDE. Already in the third photo, it would be like an application netbeans recognizes as a java web application, which in this case would be what I need.

    
asked by anonymous 04.04.2018 / 04:42

0 answers