maven project,windows,when i run testcase: Error running TestApp.readParameter: 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? Enable
在.idea 下打开workspace.xml 中加上
<property name="dynamic.classpath" value="true" />
在 运行配置里面这样改 :