解决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" />
本文来自博客园,作者:与乐i,转载请注明原文链接:https://www.cnblogs.com/linanana/p/14876415.html