My application needs to use a .properties file for configuration. In the properties files, users are allow to specify paths.
Problem
Propert
You could try using guava's Splitter: split on '=' and build a map from resulting Iterable.
'='
Iterable
The disadvantage of this solution is that it does not support comments.