[Solved] Intellij IDEA Run Error: Command line is too long

idea startup project error report:
Solution 1:modify .idea\workspace.xml, find a line
<component name=“PropertiesComponent”> and add the following line to the label:

    < property name="dynamic.classpath" value="true" />

Solution 2:
click the blue link to enter Edit Configuration

Modify command line to JAR manifest

Read More: