1. 程式人生 > >idea Command line is too long問題解決

idea Command line is too long問題解決

 

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" />

或者修改  C:\Users\xiaobao\.IntelliJIdea2017.1\config\options\project.default.xml  增加上述配置