いくつかのプロパティをロード中には、人々がさまざまなアプローチが従っているファイルので、私が言った方法を使用して混乱していた...「getResourceAsStream」メソッドを使用するタイミングは?
Properties prop
= new Properties(new FileInputStream(new File("<path of the properties file>"));
といくつかは、ときに使用する1 ..
Properties prop
= new Properties(getClass().getResourceAsStream("<path of the properties file>"));
を使用していますか?
(http://stackoverflow.com/questions/2308188/getresourceasstream-vs-fileinputstream) – Anonymous
小さなNIT [FileInputStreamの対getResourceAsStream()]の可能重複 - 1つの以上の閉じ括弧が欠落 – fijiaaron