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>
如下图所示,请注意红框内容:
标签:IDEA2020,shorten,long,command,too,line 来源: https://www.cnblogs.com/jockming/p/16057877.html