解决Intellij IDEA运行报Command line is too long的问题

报错如下:
Error running 'xxx': Command line is too long. Shorten command line for xxx or also for Application default configuration.
解决如下:
找到项目下的.idea/workspace.xml,在标签<component name="PropertiesComponent">
添加一行属性:<property name="dynamic.classpath" value="true" />

上一篇:shell 遇到的问题


下一篇:Pycharm显示“PEP 8: line too long”