错误描述:Error running '类名': Command line is too long. Shorten command line for 类名 or also for Application default configuration.

解决办法:转自https://cloud.tencent.com/developer/article/1333085

1.Run-->Edit Configurations...

Error running 'x': Command line is too long. Shorten command line for x or also for Application ...

2..在项目的.idea/workspace.xml文件中,找到 <component name="PropertiesComponent">,添加一行<property name="dynamic.classpath" value="true" />

Error running 'x': Command line is too long. Shorten command line for x or also for Application ...

相关文章:

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