当前位置:网站首页>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
边栏推荐
- .net MVC的理解
- IO的操作
- Jerry ac692x --- matrix keyboard addition
- 有奖征文 | 2022 云原生编程挑战赛征稿活动开启!
- [p5.js actual combat] my self portrait
- QT programming serial port assistant
- mmdetection3d(3)---网络输出
- [p5.js learning notes] local variable (let) and global variable (VaR) declaration
- PS fast making full screen watermark
- 【p5.js】实战临摹——国际象棋盘
猜你喜欢

三维点云处理系列----PCA

Jerry ac692x --- matrix keyboard addition
![[advanced C language] - Advanced pointer [i]](/img/62/d3410a61b931177fc02c1801489b5a.png)
[advanced C language] - Advanced pointer [i]

Visual object class introduces Pascal VOC dataset
![[C language note sharing] custom type: structure, enumeration, Union (recommended Collection)](/img/25/4a17c260b2b506ae1224520d9b85d1.png)
[C language note sharing] custom type: structure, enumeration, Union (recommended Collection)

R language drawing / drawing / drawing 2

How to upload a project to the code cloud using idea

Sql Server STUFF与FOR XML PATH

Use of multithreading

Hgu95av2. Online installation failed
随机推荐
Point cloud processing -- binary tree
点云处理---二叉树
The solution to the problem that the computer cannot be charged
Jerry ac692x --- matrix keyboard addition
关于非递归和递归分别实现求第n个斐波那契数
分支与循环(for与do-while)
100+ collection of medical image data sets
如何使用IDEA将项目上传到码云
[unity tilemap] tutorial | basic, rule tile, prefab brush, tilemap Collider
Three ways to dynamically call WebService.Net
阿里云天池大赛赛题解析(深度学习篇)--阅读笔记1--赛题一
Visual object class introduces Pascal VOC dataset
Hgu95av2. Online installation failed
【C语言笔记分享】——动态内存管理malloc、free、calloc、realloc、柔性数组
[阅读笔记] For:Object Detection with Deep Learning: The Definitive Guide
[unity] how to play sprite Jiugongge?
R language sub() usage
【p5.js学习笔记】局部变量(let)与全局变量(var)声明
Ros自定义消息及使用
leetcode系统性刷题(二)------贪心、回溯、递归