java - Proper default location for storing user generated data -


i designing (farly big) application company. application users can generate content in form of xml documents, might want share among each other.

it might seem trivial question @ first, need default location when user clicks save button. unfortunately there different operating systems , haven't worked of them, don't know common thing do. .jar executed anywhere , current execution directory doesn't seem professional solution. neither desktop. there way proper system depended location use? on windows c:/program files/application_name or c:/users/user/appdata/application_name used. in research stumbled upon c:/documents , settings/all users/application data/


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -