Intellij IDEA2020.x社区版运行报command line is too long. shorten command line for xxx 错误解决办法
Intellij IDEA2020.x社区版运行报command line is too long. shorten command line for xxx 错误解决办法
解决方法
在项目/.idea/workspace.xml文件中添加一行代码如下:
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
...
</component>
如下图所示,请注意红框内容: