I just imported a Java EE project that I made about a year ago. But after I imported it, i get this error in the first line of one of the files:
Internal compiler error: java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.problem.ProblemHandler.handle(ProblemHandler.java:148)
I am able to run the project on the server but it doesn't work, the website won't show up.
I tried removing the first line but I still get the same error.
I also get the same error during building.
There is no other error in the code, I can't post the entire code because it's around 3000 lines long.
Here is the project hierarchy: