我試圖加載屬性文件而不使用文件的實際路徑。我已經在其他一些簡單的應用程序中使用過:classloader.getSystemResourceAsStream返回null
InputStream inputStream = ClassLoader.getSystemResourceAsStream(PROPERTIES_FILE);
props.load(inputStream);
但是這次它不起作用。由於某種原因,inputStream爲空。 PROPERTIES_FILE是一個常量,被定義爲「app.properties」。我試圖刪除.properties擴展名並得到相同的結果。
任何想法?
謝謝。
app.properties位於何處? – 2009-04-20 21:13:39