Intellij IDEA运行报Command line is too long解法 Command line is too long. In order to reduce its length classpath file can be used. Would you like to enable classpath file mode for all run configurations of your project? 在.idea 下打开workspace.xml 中加上 <property name="dynamic.classpath" value="true" />