我正在我的可执行jar文件中使用MyClass.class.getClassLoader()。getResource(“ config.properties”)来读取与jar文件位于同一文件夹中的属性文件。
最近,为了读取excel文件,我在项目中添加了poi,poi-ooxml,poi-ooxml-schemas和xml-beans.jar。当我运行程序时,getResource()现在返回null。我仍在尝试在此处读取相同的“ config.properties”文件,并且在此处未更改任何代码。
我尝试保留poi jar并删除xmlbeans,并且它起作用。
我更新到最新版本(xmlbeans-3.1.0.jar),但仍返回null。