Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use proper application data folder on Windows (AppData/Roaming) #89

Open
rsnitsch opened this issue Jun 14, 2013 · 2 comments
Open

Use proper application data folder on Windows (AppData/Roaming) #89

rsnitsch opened this issue Jun 14, 2013 · 2 comments
Assignees
Milestone

Comments

@rsnitsch
Copy link

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).

@rsnitsch
Copy link
Author

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

@ghost ghost assigned ccidral Jun 28, 2013
@ccidral
Copy link
Member

ccidral commented Jun 28, 2013

Thanks for reporting, I'll see what I can do to make it work on JDKs prior to 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants