Idea运行时报错Error running xxxx: Command line is too long的解决方法

idea启动项目时报错信息如下:

Idea运行时报错Error running xxxx: Command line is too long的解决方法

解决办法如下:

找到 workspace.xml
Idea运行时报错Error running xxxx: Command line is too long的解决方法
找到
Idea运行时报错Error running xxxx: Command line is too long的解决方法
在里面加入
<property name="dynamic.classpath" value="true" />

再次启动项目,问题解决

相关文章:

  • 2021-05-03
  • 2021-04-02
  • 2021-10-15
  • 2022-12-23
  • 2021-04-08
  • 2021-12-14
  • 2021-05-10
猜你喜欢
  • 2021-07-30
  • 2021-05-19
  • 2021-06-03
  • 2021-05-05
  • 2021-11-28
  • 2022-12-23
  • 2021-06-06
相关资源
相似解决方案