[Command line is too long. Shorten command line for…]解决方案
IDEA run工程的时候,抛出异常:
Error running ‘QCGradeTest': Command line is too long. Shorten command line for QCGradeTest or also for Application default configuration
解决方案:
在项目里 .idea\workspace.xml,
找到标签 <component name=”PropertiesComponent”> ,
在标签里加一行 <property name=”dynamic.classpath” value=”true” />
转载请注明:刘召考的博客 » [Command line is too long. Shorten command line for…]解决方案
文章来源:
Author:goomoon
link:http://www.liuzk.com/441.html