I am having issues trying to use the variable substitution with the typesafehub ConfigFactory fileParser
my code is
Configuration(ConfigFactory.parseFile(new File("/Users/TDong/files/app.conf")).resolve())
and my app.conf file contains
path = ${java.home}
on every resolve I cannot resolve that variable with variable substitution to find the java system property home. Any ideas how to make this work