首页 > 其他 > 详细

Intellij IDEA运行报Command line is too long解法

时间:2020-02-28 15:00:56      阅读:93      评论:0      收藏:0      [点我收藏+]

报错内容:

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" />

Intellij IDEA运行报Command line is too long解法

原文:https://www.cnblogs.com/yuhuameng/p/12377078.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!