java的web工程中用反射获得的输入流不能用junit测试?总报空指针异常(就是用反射获得的那个输入流是空值) 5
staticprivatePropertiesp=newProperties();static{InputStreamis=null;try{is=JdbcUtil.cl...
static private Properties p=new Properties();
static {
InputStream is=null;
try {
is=JdbcUtil.class.getResourceAsStream("./src/com/zpark/bb/xiepsh/conf/conn.properties");
//if(is==null) System.err.println("jkdshksd"); //为什么is为空值啊?????
p.load(is); //将文件中的数据读入p集合
} catch (Exception e) {
e.printStackTrace();
}finally{
try {
is.close();
} catch (IOException e) {
e.printStackTrace();
}
} 展开
static {
InputStream is=null;
try {
is=JdbcUtil.class.getResourceAsStream("./src/com/zpark/bb/xiepsh/conf/conn.properties");
//if(is==null) System.err.println("jkdshksd"); //为什么is为空值啊?????
p.load(is); //将文件中的数据读入p集合
} catch (Exception e) {
e.printStackTrace();
}finally{
try {
is.close();
} catch (IOException e) {
e.printStackTrace();
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询