How to change the Properties.store() divider symbol from “=” to “:”?

Don't use a tool that isn't designed for the task - don't use Properties here. Instead, I'd just write your own - should be easy enough.

Don't use a tool that isn't designed for the task - don't use Properties here. Instead, I'd just write your own - should be easy enough. You can still use a Properties instance as your "store", but don't use it for serializing the properties to text.

Instead, just use a FileWriter, iterate through the properties, and write the lines yourself - as key + ": " + value.

That is quite a good idea, I will just use Properties to read the file and a FileWriter to store it back, thank you will try it now. – user1137183 Jan 8 at 15:35.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions