idea启动报错Command line is too long
2020-06-24 本文已影响0人
chanyi
找到对应项目的.idea/workspace.xml文件,
在配置项
<component name="PropertiesComponent">
中增加
<property name="dynamic.classpath" value="true" />
即可。
找到对应项目的.idea/workspace.xml文件,
在配置项
<component name="PropertiesComponent">
中增加
<property name="dynamic.classpath" value="true" />
即可。