原文:IDEA运行新项目时报 Error running ‘XXApplication‘: Command line is too long. Shorten command line for…… 错误

解决方法: 首先找到项目工程里面的.idea workspace.xml文件,然后再找到 lt component name PropertiesComponent gt lt component gt 标签,标签如图所示: 然后再在component 标签中添加一行 lt property name dynamic.classpath value true gt ,如图: 保存后,再次启动项目 ...

2020-07-21 17:32 0 3655 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM