报错: 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文件,在特定标签内添加一行代码即可解决问题。
3400

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



