Intellij IDEA运行报错Command line is too long的处理解决方法
Posted hkgov
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij IDEA运行报错Command line is too long的处理解决方法相关的知识,希望对你有一定的参考价值。
报错内容:
Error running ‘ServiceStarter‘: Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
解决方法:
修改项目下 .ideaworkspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行 <property name="dynamic.classpath" value="true" />,应用后重新启动即可
以上是关于Intellij IDEA运行报错Command line is too long的处理解决方法的主要内容,如果未能解决你的问题,请参考以下文章
错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( End of statement expected )
Intellij IDEA运行报Command line is too long.Shorten command linefor ...
IntelliJ IDEA - Command line is too long
IntelliJ IDEA - Command line is too long
如何为所有 IntelliJ IDEA 配置默认的“Shorten command line”方法(或其他运行/调试配置选项)?