Tar
Tar

Reputation: 9025

Errors in moving from Eclipse (Indigo EE) to IntelliJ IDEA

I'm sure it's something simple, but I have over 100 errors like:

enter image description here

and:

enter image description here

I pointed in the Edit Configuration to the right location of Tomcat, so what am I missing ?

Edit:

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:

enter image description here

Edit 2:

@CrazyCoder gave the answer: %IDEA_INSTALL_DIR%\lib\junit-4.10.jar

Upvotes: 1

Views: 127

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402265

Add Tomcat application server to the Module Dependencies with the Provided scope.

Upvotes: 2

Related Questions