Idea debug时报错:Command line is too long

解决方法:


在项目/.idea/workspace.xml文件中添加一行代码如下

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

原文地址:https://www.cnblogs.com/yachao1120/p/11637894.html