当前位置:网站首页>Idea error running 'application' command line is too long solution
Idea error running 'application' command line is too long solution
2022-07-28 17:52:00 【m0_ fifty-four million eight hundred and fifty-three thousand f】
IDEA Report errors Error running ‘Application’: Command line is too long.Shorten command line for Application or also for Spring Boot default configuration
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration)
The problem background
IDEA When starting a project , All of a sudden, an error was reported
Error running 'Application':
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.
Solution
Scheme 1 ( Current project settings )
1 Click... In the run drop-down box of the current project Edit Configurations
2 Click on Environment, choice Shorten command line A drop-down box , choice classpath file perhaps JAR manifest, Click on OK confirm 
3 main The same problem occurs with functions , It opens at Edit edit 
4 Click on Modify options, choice Shorten command line
5 Change to classpath file
Option two ( Global settings )
1 Because scheme 1 is the current project setting , Other projects are open and gone , So you can set the global , Click on File→New Projects Settings→Run Configuration Templates for New Projects
2 Click on springboot project , Others are the same as scheme I 
Experience
- It's very blue and thin when there are inexplicable mistakes
As a programmer 37 An article , Write one line of lyrics at a time and record , Look at how many songs there are in life ,wahahaha …


Lyric: A good school you can't go to
边栏推荐
- Jerry ac692n --- prompt tone compression and modification
- @Detailed explanation of requestmapping
- IO的操作
- Ros自定义消息及使用
- 【p5.js】实战临摹——国际象棋盘
- Please make sure you have the correct access rights and the repository exists.
- [p5.js learning notes] basic knowledge of code drawing
- 【p5.js学习笔记】鼠标交互事件
- [unity scriptable object] tutorial | using scriptable object to store object data information in unity
- MySQL面试题大全(陆续更新)
猜你喜欢
随机推荐
[untitled]
【Unity Scriptable Object】教程 | 在Unity中使用 Scriptable Object 存储物体数据信息
[p5.js actual combat] my self portrait
【C语言进阶】——函数指针
Mysql 优化总结
[unity tilemap] tutorial | basic, rule tile, prefab brush, tilemap Collider
[p5.js] actual copy - chess board
Students' 20 R language exercises
1.1-注释
2.1-运算符
电工学数电部分自学笔记1.25
MySQL与IDEA连接
2.2-数据类型
【C语言笔记分享】字符函数和字符串函数(建议收藏)
【Unity】Sprite九宫格到底怎么玩?
编译原理学习笔记2(语法分析介绍)
分支与循环语句
Collection集合
中南大学研究生复试机试题
1.4-dos



![[untitled]](/img/86/d284eec4eda6a41676d7455b7ea70b.png)
![[C language note sharing] - dynamic memory management malloc, free, calloc, realloc, flexible array](/img/3f/35c9ff3be5c0ef781ffcb537287a20.png)



