Error running ‘Application‘: Command line is too long [How to Solve]

Unable to run the main program, the command line is too long.

How to solve it?First find the workspace in the project XML file,

Then find <component name=”PropertiesComponent”></component > Label, as shown below

Then add a line of <property name=”dynamic.classpath” value=”true” /> to the component tag, it becomes the following

Start the project again and no error will be reported

Read More: