之前我在运行某些东西时遇到了麻烦,并且intellij抛出了这个错误。 Would you like to enable classpath file mode for all run configurations of your project?
我点击了启用。这没有解决我的问题,但现在我似乎无法从intellij运行任何东西。设置中的此选项在哪里可以禁用它?
之前我在运行某些东西时遇到了麻烦,并且intellij抛出了这个错误。 Would you like to enable classpath file mode for all run configurations of your project?
我点击了启用。这没有解决我的问题,但现在我似乎无法从intellij运行任何东西。设置中的此选项在哪里可以禁用它?
在工作区的Intellij配置文件或Add中将Ddynamic.classpath设置为true -Ddynamic.classpath=true
作为JVM参数。
转到项目的根文件夹,有.idea文件夹。 open workspace.xml文件 - 搜索“dynamic.classpath”属性并将值更改为false。