IDEA:Error running,Command line is too long. 解决方法

报错如下:

Error running SendSmsUtil. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.

在这里插入图片描述

原因是启动命令过长。
 

解决方法:

1、打开Edit Configurations

IDEA:Error running,Command line is too long. 解决方法_第1张图片

2、点击Modify options设置,勾选Shorten command line

IDEA:Error running,Command line is too long. 解决方法_第2张图片

3、在Edit Configurations界面下方新增的Shorten command line选项中选择JAR manifest或classpath file

IDEA:Error running,Command line is too long. 解决方法_第3张图片

然后 Apply,OK 即可。

你可能感兴趣的:(intellij-idea,java,ide)