プロパティ ファイルを に入れるのは好きでresources/mypackage/.../somepackage/resourcefile.properties
はなく、resources/resourcefile.properties
. それはどういうわけかなしで可能ですか:
- 書くことを強要されたり
MyApplication.class.getResourceAsStream("../../../../../../../../resources/resourcefile.properties")
、 - を使用するとTomcatで機能しません
SomeClass.getClassLoader().getResourceAsStream("resourcefile.properties")
か?