How to get local application data folder in Java? [duplicate]

System.getenv("APPDATA")

(there seems to be no env variable for the “Local Settings” folder, but this will give you the ‘Application Data’ folder)

Leave a Comment