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.
我要疯了 !我的项目是基于 maven 的 web 项目。所以我有一个名为“defter.xml”的 xml 文件,它位于 src/main/resources 下。我想读写这个 xml 文件。首先,要检查xml文件的相对路径是什么,我曾经
String path=getClass().getResource("/defter.xml").getPath();
但它抛出了“java.lang.NullPointerException”。如何读取和写入此文件?请帮我 !