chait.blog
How to read files from CLASSPATH in Java
This is one learning from my previous project in 2009. The most platform-independent and flexible way in Java to load resources such as files is to read the resource from CLASSPATH. This way, as lo…