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的处理解决方法的主要内容,如果未能解决你的问题,请参考以下文章