在运行 IDEA 时报错: Error running ' XXX ': Command line is too long. Shorten command line for XXX
网上查了一下,有两种解决方法。

方法一:转载自:https://blog.csdn.net/ZXJ_1223/article/details/80611089

在项目中找到 .idea\workspace.xml,找到标签 , 在标签里加一行

方法二:转载自:https://blog.csdn.net/zcc_heu/article/details/80682849

打开 run-> edit configuration,修改其中的 Shorten command line,改成 JAR manifest

IDEA 运行报错:Error running ' XXX ': Command line is too long. Shorten command line for XXX

相关文章:

  • 2021-08-02
  • 2021-06-07
  • 2022-12-23
  • 2022-01-20
  • 2021-10-15
  • 2022-12-23
  • 2021-04-02
  • 2022-01-03
猜你喜欢
  • 2021-04-08
  • 2021-09-16
  • 2022-12-23
  • 2021-12-14
  • 2021-05-10
相关资源
相似解决方案