Hiii... I want to get the content of properties file into InputStream class object using getSystemResourceAsStream(). I have built the sample code. It works well using
Try using getResourceAsStream() instead of getSystemResourceAsStream().
getResourceAsStream()
getSystemResourceAsStream()