Command line is too long. Shorten command line for........

1kesou

关注

阅读 79

2022-04-21

报错在这里插入图片描述

解决方案

找到项目的.idea文件夹的workspace.xml文件
在这里插入图片描述
在 workspace.xml 文件中搜索:

<component name="PropertiesComponent">

在这里插入图片描述

在这块配置中加上一条:

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

重新启动便可正常运行。

精彩评论(0)

0 0 举报