16

Earlier I was having trouble running something and intellij threw this error. Would you like to enable classpath file mode for all run configurations of your project? I clicked enable. This did'nt solve my problem but now i cant seem to run anything from intellij. Where is this option in the settings so I can disable it?

WontonJon
  • 413
  • 5
  • 14

2 Answers2

8

Set Ddynamic.classpath to true in the Intellij configuration file in the workspace or Add -Ddynamic.classpath=tr‌​ue as a JVM argument.

UserF40
  • 3,533
  • 2
  • 23
  • 34
6

go to your project's root folder, there is .idea folder. open workspace.xml file - search for "dynamic.classpath" property and change the value to false.

L.E.
  • 170
  • 2
  • 8