当前位置: 代码迷 >> 综合 >> idea启动项目报错Command line is too long. Shorten command line for
  详细解决方案

idea启动项目报错Command line is too long. Shorten command line for

热度:71   发布时间:2023-09-29 08:08:52.0

报错内容:

Error running ‘xxxxxxx’: Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.

解法:

修改项目下 .idea\workspace.xml,找到标签 <component name=“PropertiesComponent”> , 在标签里加一行 <property name=“dynamic.classpath” value=“true” />

原文地址:https://blog.csdn.net/ZXJ_1223/article/details/80611089

  相关解决方案