Command line is too long. Shorten command line for Application CreateProcess error=206

Stella981
• 阅读 703

Command line is too long. Shorten command line for Application

CreateProcess error=206, 文件名或扩展名太长

Stack Overflow上都是说Eclipse的坑,但是我本地用IntelliJ以及纯maven build都会遇到类似的错误。

Command line is too long. Shorten command line for Application  CreateProcess error=206

Command line is too long. Shorten command line for Application  CreateProcess error=206

这时候应该点击蓝色的链接,进入 Edit Configuration

Command line is too long. Shorten command line for Application  CreateProcess error=206

修改command line为JAR manifest即可

Command line is too long. Shorten command line for Application  CreateProcess error=206

点赞
收藏
评论区
推荐文章
blmius blmius
2年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
Kent_Sun Kent_Sun
3年前
idea运行junit测试程序报错command line is too long. shorten command line for
idea运行junit测试程序报错commandlineistoolong.shortencommandlinefor...解决方法在项目根目录.idea/workspace.xml文件中添加一行代码xml<componentname"PropertiesComponent" ... <propertyname"d
Easter79 Easter79
2年前
SpringCloud 启动时报No active profile set, falling back to default profiles default
这在Spring程序启动时没有找到默认的配置文件所引发的错误,默认文件application.yml如下图: !这里写图片描述(https://oscimg.oschina.net/oscnet/4a822ce35ff8ed227a2c57f496787d95e5a.png)一般在项目中都会有多个,如有正式环境、测试环境等。如下
Wesley13 Wesley13
2年前
thinkphp3.2.3模板渲染支持三元表达式
thinkphp3.2.3模板渲染支持三元表达式{$status?'正常':'错误'}{$info'status'?$info'msg':$info'error'}注意:三元运算符中暂时不支持点语法。如下:           <divclass"modalhidefade"id'myModa
Stella981 Stella981
2年前
Discuz X3.2源码解析 discuz_application类(转自百度)
1.discuz\_application在/source/class/discuz/discuz\_application.php中。!DiscuzX3.2源码解析discuz_application类(https://oscimg.oschina.net/oscnet/99b35d79caf70b7c74ad0838d6
Stella981 Stella981
2年前
Creating Node.js Command Line Utilities to Improve Your Workflow
 转自:https://developer.telerik.com/featured/creatingnodejscommandlineutilitiesimproveworkflow/类似的oclifOnceuponatime,thecommandlineseemedscaryandintimidatingtom
Wesley13 Wesley13
2年前
uboot自定义添加命令
1、添加命令  1.uboot的命令格式:  U\_BOOT\_CMD(name,maxargs,repeatable,command,”usage”,"help")  name:命令的名字,不是一个字符串;  maxargs:最大的参数个数;  repeatable:命令是可重复的;  command:对应的函数指针  2.在
Wesley13 Wesley13
2年前
35岁是技术人的天花板吗?
35岁是技术人的天花板吗?我非常不认同“35岁现象”,人类没有那么脆弱,人类的智力不会说是35岁之后就停止发展,更不是说35岁之后就没有机会了。马云35岁还在教书,任正非35岁还在工厂上班。为什么技术人员到35岁就应该退役了呢?所以35岁根本就不是一个问题,我今年已经37岁了,我发现我才刚刚找到自己的节奏,刚刚上路。
Stella981 Stella981
2年前
GNU LD linker Command Line Options
Next:Environment(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsourceware.org%2Fbinutils%2Fdocs%2Fld%2FEnvironment.html%23Environment),Up:Invocation(https://www.