Reputation: 9025
I'm sure it's something simple, but I have over 100 errors like:
and:
I pointed in the Edit Configuration
to the right location of Tomcat, so what am I missing ?
O.k, thanks to @CrazyCoder I added Tomcat
to the Module Dependencies
, so now I have left with one module that I don't know where it should be: JUnit
:
@CrazyCoder gave the answer: %IDEA_INSTALL_DIR%\lib\junit-4.10.jar
Upvotes: 1
Views: 127
Reputation: 402265
Add Tomcat application server to the Module Dependencies with the Provided scope.
Upvotes: 2