Command line is too long
来自ling
https://blog.csdn.net/kzadmxz/article/details/80322687
解决方法:
在项目/.idea/workspace.xml文件中添加一行代码如下
<component name="PropertiesComponent">
...
<property name="dynamic.classpath" value="true" />
</component>
作者:开着奥迪卖小猪 来源:CSDN 原文:https://blog.csdn.net/kzadmxz/article/details/80322687 版权声明:本文为博主原创文章,转载请附上博文链接!
enable classpath file mode for all run configurations of your project