I want to create an installable Java application and allow the user to set some values at install time. I would like those values to be saved in a file in the installation directory.
Can anyone recommend a simple way to do that? I'd like the solution to be free if possible.