line 63 does not load your overridden jemsa.propeties file. It won't find file
path as the code checks the file inside current folder. its should get the
classloader path first and then check the file inside that path.
this change will fix the issue
return
this.getClass().getClassLoader().getResourceAsStream(preferencesLocation);
Original issue reported on code.google.com by amol.sur...@gmail.com on 6 Aug 2015 at 10:14
Original issue reported on code.google.com by
amol.sur...@gmail.com
on 6 Aug 2015 at 10:14Attachments: