I am using Activator to compile and run my Play Framework application. I am using Eclipse as my IDE.
When I use the compile command, I continually get "cannot find symbol" errors:

I have imported all the .jar files into my project in the Build Path:

The project in Eclipse compiles fine - there are no errors, no missing '.jar' files. I have no errors in the project:

I have:
- Restarted both Eclipse and activator
- Compiled with
eclipse with-source=trueactivator command - Removed
targetand project\target` folders and recompiled
EDIT: When I remove the .jar files from the Build Path and compile, I receive no errors in activator, but have errors in Eclipse. This makes no sense.
I have never run into this issue and cannot find a solution. Any help would be great.
After an hour messing with this, I moved the
.jarfiles from thelib\drive\libsfolder to thelibfolder and it compiled without errors in Eclipse and in Activator.I have no idea why that fixed the issue, but it works now.