Where on Windows (Vista) should I put data that should be readable and writable by everyone, that is, every computer user? Vista concepts C: \ Users \ xxx \ AppData \ something, C: \ Program Files and C: \ ProgramData directories and UAC are a little confused.
Also, is there a turnkey solution for defining these places with Java? I believe this requires some interaction with the native libraries, since System.getProperties only has user.home and user.dir, none of which are writable globally.
source
share