1、Error running ‘Application’
Error running 'Application'Error running Application. Command line is too long.Shorten the command line via JAR manifest or via a classpath file and rerun.
找到 .idea/libraies/workspace.xml 中的 PropertiesComponent 屬性,添加如下即可
<property name="dynamic.classpath" value="true" />
在這里插入圖片描述