解决Intellij IDEA运行报Command line is too long的问题

报错如下:
Error running 'xxx': Command line is too long. Shorten command line for xxx or also for Application default configuration.
解决如下:
找到项目下的.idea/workspace.xml,在标签<component name="PropertiesComponent">
添加一行属性:<property name="dynamic.classpath" value="true" />

感谢那些夸奖和鼓励,那些不经意的惦记和突如其来的善意,热爱世间浪漫万物,沿途也为晚霞驻足,嘻嘻。
原文地址:https://www.cnblogs.com/linanana/p/14876415.html