IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long
Posted 处静息迹
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long相关的知识,希望对你有一定的参考价值。
在使用idea中的test运行测试类的时候,发现运行不起来,报错信息如下:
Error running ‘test’: Command line is too long. Shorten command line for test or also for Application default configuration.
这个问题只需要修改一下.idea下的workspace.xml文件,首先打开workspace文件找到<component name="PropertiesComponent">这个标签,然后在这个标签里面添加一行<property name="dynamic.classpath" value="true" />
以上是关于IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long的主要内容,如果未能解决你的问题,请参考以下文章
IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long
IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long
Idea运行报错Error running ‘Application‘: Command line is too long的解决方法
IDEA配置Tomcat报错Error running Tomcat9.0怎么解决?
idea2021使用“svn“到项目报错Error:Cannot run program “svn“ (in directory “D:XXXXXX“):CreateProcess error=2,
idea2021使用“svn“到项目报错Error:Cannot run program “svn“ (in directory “D:XXXXXX“):CreateProcess error=2,