解决方法一 :
1: 找到 .idea 下面的 workspace.xml
2: 再找到 标签
<component name="PropertiesComponent">
3: 在标签中新增一行
<property name="dynamic.classpath" value="true" />
解决方法二:
打开程序的运行配置,把Shorten command line
改为JAR manifest
或classpath file
,如图所示:
最后, 别忘了给文章点赞