tomighty
tomighty copied to clipboard
Use proper application data folder on Windows (AppData/Roaming)
Currently, tomighty stores configuration data etc. in %USERPROFILE%/.tomighty (e.g. C:\Users\Robert.tomighty).
The proper directory, however, is %APPDATA% (e.g. C:\Users\Robert\AppData\Roaming).
This is a bug in Java itself: user.home is wrong on Windows.
This bug has been fixed in JDK 8.
See http://bugs.sun.com/view_bug.do?bug_id=4787931
Thanks for reporting, I'll see what I can do to make it work on JDKs prior to 8.