0%

Intellij-IDEA运行报Command-line-is-too-long

文章字数:28,阅读全文大约需要1分钟

Error running ‘ServiceStarter’: 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" />