I have just installed the new netbeans. I have imported my project from school off of github. I had this project working with no issues like this. Now when i run the program i get an error that one of the imports
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
I do not remember the java part of the import having an X on the end. Not sure what i should do.