解决方法(推荐):idea点击 Run -> Edit Configurations 下拉选择JAR manifest

【idea异常】Idea运行报错Error running 'Application': Command line is too long的解决方法
【idea异常】Idea运行报错Error running 'Application': Command line is too long的解决方法

方法二:在项目的.idea/workspace.xml文件中,找到 ,添加一行

首先找到项目里面的idea/workspace.xml文件,然后再找到<component name="PropertiesComponent"></component >标签,标签如下所示
【idea异常】Idea运行报错Error running 'Application': Command line is too long的解决方法

然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />,就是变成下面这样
【idea异常】Idea运行报错Error running 'Application': Command line is too long的解决方法

相关文章:

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