IDEA报错:Command line is too long. 命令行太长
IDEA启动项目时报错:Command line is too long.
如图所示:
解决方法:
在该项目文件夹 .idea/workspace.xml 中找到 <component name="PropertiesComponent"> 标签,
然后在其中添加: <property name="dynamic.classpath" value="true" />
问题得到解决。
IDEA启动项目时报错:Command line is too long.
如图所示:
解决方法:
在该项目文件夹 .idea/workspace.xml 中找到 <component name="PropertiesComponent"> 标签,
然后在其中添加: <property name="dynamic.classpath" value="true" />
问题得到解决。