Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在运行我创建的可执行 jar 时遇到了很多问题。
首先,当我通过 Eclipse(靛蓝)中的常用方法创建 jar 时遇到了很多问题。所以我切换到 Fatjar 插件。这解决了大多数问题。
但不是全部,我还有一些问题。例如 :
我的项目结构是这样的。
通过创建 jar,我已经准备好将 dir 包含在属性文件中,但他仍然没有找到它?!
在eclipse中运行时我没有问题。
有什么建议么。谢谢大家。
jar 中的文件不再是File(对文件系统),它是 jar 的资源,请参阅如何从 jar 加载属性文件
File
另见