Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij how to disable classpath file mode for all run configurations of your project?

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?

like image 936
WontonJon Avatar asked Aug 15 '16 17:08

WontonJon


1 Answers

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

like image 91
UserF40 Avatar answered Oct 15 '22 16:10

UserF40