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