gistfile1.txt String path = Object.class.getClassLoader().getResource("system_name.json").getPath(); gistfile2.txt String path = Thread.currentThread().getContextClassLoader().getResource("system_name.json").getPath();
String path = Object.class.getClassLoader().getResource("system_name.json").getPath();gistfile2.txt
String path = Thread.currentThread().getContextClassLoader().getResource("system_name.json").getPath();