報錯: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" />
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章