王子
Intellij IDEA运行报Command line is too long解法
12/27
本文最后更新于2022年08月27日,已超过847天没有更新。如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
IEDA运行报错内容:
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" />