Hi, I am using a java properties file to store some config information, on Object creation I am loading this information, then at certain points in the objects lifetime I want to overwrite the values in the properties file so that next time an object of this type is instantiated it is configured with current information. the setProperty method doesn't seem to be doing this and when i use the store method it just appends a new (updared) copy of the file to the end of the original. Any ideas?
Thanks