Properties problem with the ":" symbol. There is an ini file, it is edited by a person, closes, saves.
Ini example:
connects=streamServer://null module.streamServer://null.run=2 Next, a person starts the program, the program should read this file, extract connects from it, build a line on it ( module.ЗНАЧЕНИЕ ИЗ CONNECTS.commands ) and get the value from the ini file using this line, plus this value +1 and write 3 ini . Everything seems to be normal, but only the place of a readable view has to be done like this module.streamServer\://null.commands and when you save connects=streamServer://null => connects=streamServer\://null how to teach Properties to deal with the symbol ":" , or suggest a semblance of Properties .