欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Error running 'Application'-- Command line is too long.

程序员文章站 2022-04-15 17:44:35
...

Error running ‘Application’

	Command line is too long. In order to reduce its length classpath file can be used.
	Would you like to enable classpath file mode for all run configurations of your project?
	Enable

Solve

修改项目下 .idea\workspace.xml,

//找到标签 **<component name="PropertiesComponent">**, 在标签里加一行 
<property name="dynamic.classpath" value="true" />
相关标签: bug-solution java