When I build my application, I put the properties file in the jar file. I can easily read the properties file from there using ClassLoader.getSystemResourceAsStream but is there a way to actually UPDATE the properties in the properties file if it's included in the jar file I'm executing? Or, would I have to put the properties file outside of the jar ...