1. Error running ‘application’ occurs when the command line is too long

    error running ‘application’

    1. First find the idea/workspace.xml file in the project, and then find the following line
    & lt; component name=“PropertiesComponent”>& lt;/component >

      then add the following line in the component tag
      & lt; property name=“dynamic.classpath” value=“true” />

      3. Just restart the project. Personal verification, can be used.

Read More: