Intellij IDEA运行报command line is too long. shorten command line for xxx 解法
解决方法:
在项目/.idea/workspace.xml文件中添加一行代码如下

<component name="PropertiesComponent">
  ...
 <property name="dynamic.classpath" value="true" />
</component>

如图所示,添加红圈部分代码

Intellij IDEA运行报command line is too long. shorten command line for xxx 解法

 

 转载于:https://blog.csdn.net/weixin_43462069/article/details/88345219

 

相关文章: