Intellij IDEA运行项目时,报错:Error running 'App': Command line is too long. Shorten command line for App
解决方案:修改项目目录下的 .ideaworkspace.xml,
找到标签 <component name="PropertiesComponent"> 在标签内加一行 <property name="dynamic.classpath" value="true" />