当前位置:网站首页>Idea start command line is too long problem handling

Idea start command line is too long problem handling

2022-07-01 15:58:00 lol155

Idea Start up project error :Command line is too long. Shorten command line for className or also for JUnit defaultconfiguration.
 Insert picture description here

resolvent :

In the project folder .idea/workspace.xml Find

<component name="PropertiesComponent">

  ...

</component>

Then add :

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

版权声明
本文为[lol155]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/182/202207011547228714.html