17:25 Error running ‘FailRecordPO’: Command line is too long. Shorten command line for FailRecordPO or also for Application default configuration?
解决方法,修改工程下的 .ideal (亲测可用)
workspace.xml:
add:
<component name="PropertiesComponent">
<property name="dynamic.classpath" value="true" />
</component>

–end–
本文介绍如何通过在workspace.xml中添加<component name=PropertiesComponent>并设置dynamic.classpath为true</component>来解决'FailRecordPO'或应用默认配置下命令过长的问题,提供了亲测有效的解决方案。
5704

被折叠的 条评论
为什么被折叠?



