当我使用 IntelliJ Idea 运行它时 - 它完全正确。当我从输出运行 app.jar 文件时 - 一切都很好,但是 supportLib.jar 支持的一项功能。java.lang.NoClassDefFoundError: sun/plugin/dom/exception/InvalidAccessException
用的时候就知道了 输出结构如下:
| D:\myprogram\
|
---> app.jar
|
---> lib\
|
---> supportLib.jar
---> anotherSupportLib.jar
类路径是:lib/supportLib.jar lib/anotherSupportLib.jar