Intellij maven imports have broken classpath

后端 未结 7 2217
情话喂你
情话喂你 2021-02-14 01:50

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

7条回答
  •  梦毁少年i
    2021-02-14 02:09

    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.

提交回复
热议问题