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.
所以我试图在我的代码中添加一个 .ini 文件并使用 ini4j 读取它。它工作得很好,直到我尝试将它构建成一个罐子,然后它失败了。我收到上述错误,我不知道为什么。该文件位于 jar 的根目录中,因此没有问题。
失败的代码:
Ini file = new Ini(new File(getClass().getResource("/Settings.ini").toExternalForm()));
有谁明白为什么会发生这种情况以及必须采取什么措施来解决它?
谢谢