I am attempting to store the change made to my application\'s properties. The .properties file is located in resources package, which is different
.properties
resources
It sounds like you want to store user preferences. Consider using the Java Preferences API for that.