本博文长期更新
1.出现Command line is too long. Shorten command line for test or also for Application default configuration.

修改项目下 .idea\workspace.xml
找到标签 <component name="PropertiesComponent">标签里加一行:
<property name="dynamic.classpath" value="true" />
本博客长期更新,此次主要提及在Idea中出现Command line is too long的提示,可通过修改项目下.idea\\workspace.xml文件来解决该命令行过长的问题。
本博文长期更新
1.出现Command line is too long. Shorten command line for test or also for Application default configuration.

修改项目下 .idea\workspace.xml
找到标签 <component name="PropertiesComponent">标签里加一行:
<property name="dynamic.classpath" value="true" />
474
652

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