当前位置:网站首页>idea启动Command line is too long问题处理

idea启动Command line is too long问题处理

2022-07-01 15:47:00 lol155

Idea启动项目报错:Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration.
在这里插入图片描述

解决方法:

在该项目文件夹.idea/workspace.xml中找到

<component name="PropertiesComponent">

  ...

</component>

然后在其中添加:

<property name="dynamic.classpath" value="true" />
原网站

版权声明
本文为[lol155]所创,转载请带上原文链接,感谢
https://blog.csdn.net/lol155/article/details/125555176