idea : shorten command line

Posted virgosnail

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea : shorten command line相关的知识,希望对你有一定的参考价值。

【官方文档】:IntelliJ IDEA 2017.3 EAP: Configurable command line shortener and more

  如果类路径太长,或者有许多VM参数,程序就无法启动。原因是大多数操作系统都有命令行长度限制。在这种情况下,IntelliJIDEA将试图缩短类路径。

  shorten command line 选项提供三种选项缩短类路径。

  none:这是默认选项,idea不会缩短命令行。如果命令行超出了OS限制,这个想法将无法运行您的应用程序,但是工具提示将建议配置缩短器。

  JAR manifest:idea 通过临时的classpath.jar传递长的类路径。原始类路径在MANIFEST.MF中定义为classpath.jar中的类路径属性。

  classpath file:idea 将一个长类路径写入文本文件中。

以上是关于idea : shorten command line的主要内容,如果未能解决你的问题,请参考以下文章

idea报错Command line is too long. Shorten command line for ServiceStarter

Intellij IDEA运行报Command line is too long.Shorten command linefor ...

idea运行main方法报错,提示Shorten command line for xxx

idea报错Error running $classname: Command line is too long. Shorten command line for $classname.

idea报错:Error running $classname: Command line is too long. Shorten command line for $classname.(示例代码

IDEA命令行缩短器助你解决此问题:Command line is too long. Shorten command line...