I want to create an ini file to store some settings for my application. Is it a good idea to find where the jar file is located and create an ini file there? If yes, then ho
If the settings are only written by your application (rather than edited manually), consider using the Preferences API.