Intellij IDEA运行报command line is too long. shorten command line for xxx 解法

版权声明:本人原创,转载需说明文章出处     https://blog.csdn.net/persistencegoing/article/details/88864151

https://blog.csdn.net/persistencegoing/article/details/84376427

解决方法:


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

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

希望大家关注我一波,防止以后迷路,有需要的可以加群讨论互相学习java ,学习路线探讨,经验分享与java求职     

群号:721 515 304

猜你喜欢

转载自blog.csdn.net/persistencegoing/article/details/88864151