SyntaxFix
Write A Post
Hire A Developer
Questions
Or with standard Java API you can use java.util.Properties:
Properties props = new Properties(); try (FileInputStream in = new FileInputStream(path)) { props.load(in); }