我有一個特性在位置文件(從NetBeans項目資源管理器)找不到屬性文件 - 如何找到它作爲資源?
-MyTest
+Web Pages
+Source Packages
-Test Packages
-<default package>
+Env.properties <---- Here it is
+com.mycomp.gts.test
+com.mycomp.gts.logintest
.....
....
現在,當我試圖使用代碼
InputStream propertiesInputStream = getClass().getResourceAsStream("Env.properties");
ENV.load(propertiesInputStream);
它扔java.lang.NullPointerException
此答案可能有助於您的情況:http://stackoverflow.com/a/8854824/122442 – 2013-04-09 06:34:33