方法一:
修改项目下 .idea\workspace.xml,找到标签
<component name="PropertiesComponent"> ,
在标签里加一行
<property name="dynamic.classpath" value="true" />
方法二:
打开Run–>Edit Configurations
Shorten command line设置成classpath file。
方法三:
打开设置 删除VM参数
修改项目下 .idea\workspace.xml,找到标签
<component name="PropertiesComponent"> ,
在标签里加一行
<property name="dynamic.classpath" value="true" />
打开Run–>Edit Configurations
Shorten command line设置成classpath file。
打开设置 删除VM参数