I\'m using Intellij 13, I\'ve been using Maven quite happily for awhile now to manage the JAR dependencies.
But the last few I\'ve imported are causing a broken classpat
I have encountered a problem like this.
I resolved it as follows:
Project Structure >> Modules >> your module has problem >> Dependencies
then double click the jar that have problem, go to "Configure Project Library",
and then click "+", i.e. I add dependency jar manually, otherwise, the dependency jar is red (i.e failed status) or have none.