我想獲得一個PNG文件作爲InputStream
在下面我管理的Bean:ExternalContext#getResourceAsStream()返回null,放置資源文件的位置?
ExternalContext externalContext = FacesContext.getCurrentInstance().getExternalContext();
InputStream input = externalContext.getResourceAsStream("/myFile.png");
// input is null.
然而,InputStream
始終爲空。這是如何造成的,我該如何解決這個問題?
可以幫助您http://stackoverflow.com/questions/3160691/how-to-read-properties-file-in-web-application – 2014-09-11 10:16:08