您的位置:首页 > 其它

idea中遇到问题解决办法

2017-09-22 10:01 113 查看
idea中遇到的问题:

Error running ‘Application’

Command line is too long. In order to reduce its length classpath file can be used.

Would you like to enable classpath file mode for all run configurations of your project?

解决办法:

需要修改.idea/workspace.xml

<component name="PropertiesComponent">
<property name="last_opened_file_path" value="$PROJECT_DIR$/../acpp-po" />
<property name="dynamic.classpath" value="true" />
</component>


把dynamic.classpath改为false
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  idea