Command line is too long.Shorten the command line XXX

翟黎明
2023-12-01

标题@[TOC](Command line is too long.Shorten the command line XXX)

问题描述

Error running XXX. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.

解决方案

进入项目目录->.idea->workspace.xml,打开文件,在 PropertiesComponent 属性下添加子属性。

<component name="PropertiesComponent">
	<property name="dynamic.classpath" value="true" />
</component>
 类似资料:

相关阅读

相关文章

相关问答