In my Java IntelliJ project, I am able to load the source code and dependencies and I am able to even Go To --> Declaration
like this:
However, when it comes time to compile, it cannot find the source code behind it!
And I am fairly sure I set up my dependencies properly:
So I am failing to understand why IntellJ is spitting out those errors. This project works just fine in Eclipse, but I am looking to start moving away from eclipse.