报错内容:
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" />
本文介绍了解决'ServiceStarter'运行时出现的命令行过长错误的方法。通过在项目下的.ideaworkspace.xml文件中修改PropertiesComponent组件,添加一行代码设置dynamic.classpath属性为true,从而解决该问题。
8766

被折叠的 条评论
为什么被折叠?



