IDEA报错:Command line is too long. 命令行太长

IDEA启动项目时报错:Command line is too long.

如图所示:

解决方法:

在该项目文件夹 .idea/workspace.xml 中找到 <component name="PropertiesComponent"> 标签,

然后在其中添加: <property name="dynamic.classpath" value="true" />

问题得到解决。

 

 

 

 

posted on 2021-06-23 15:01  法哈席基  阅读(2500)  评论(0)    收藏  举报