0
点赞
收藏
分享

微信扫一扫

204-idea运行main报错:Command line is too long

Command line is too long. Shorten command line for Test or also for Application default configuration?

报错内容:

Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.

解决办法:
修改项目下 .idea\workspace.xml,找到标签

<component name=PropertiesComponent>

, 在标签里添加内容:

<property name=dynamic.classpath value=true />
举报

相关推荐

0 条评论