In Maven project when I run test case (on Windows):
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
set .iws
<property name="dynamic.classpath" value="true" />
How this could be fixed?




