我在位置有一个属性文件(来自 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