美文网首页
Intellij IDEA运行报Command line is

Intellij IDEA运行报Command line is

作者: TimeHermit | 来源:发表于2021-01-13 11:37 被阅读0次

    报错内容:

    Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.

    解决办法:

    修改项目下 .idea\workspace.xml,找到标签 , 在标签里加一行

      <property name="dynamic.classpath" value="true" />

    作者:水饺鲜生

    链接:https://www.jianshu.com/p/7f3874b16e4b

    来源:简书

    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

    相关文章

      网友评论

          本文标题:Intellij IDEA运行报Command line is

          本文链接:https://www.haomeiwen.com/subject/gtjuaktx.html