use property in .properties file from other .properties file in java -


there value in a.properties file, want use in b.properties, example in a.properties set variable path = "some path", how can use in b.properties,the destination in b.properties there variable another_path = path/.... how can make ?


Comments