Java ini without spaces
问题 I have attempted to use ini4j and inieditor to alter from java an ini configuration file. Unfortunately, both libraries rewrite the file putting spaces besides the = sign... This breaks that C library it is attempting to configure. #This is a sample of what I get: [root] role = administrator last_login = 2003-05-16 #This is what I need: [root] role=administrator last_login=2003-05-16 I saw that ini4j has something named FancyIniFormatter which apparently does just that but I was unable to