Is it possible to edit/change a resource file within a Jar in Java?

1 day ago 3
ARTICLE AD BOX

Advice

I'm building a program in Java that requires some settings files. Can I mark them as resources and then have the program later on edit/modify/store data in them, while the program and the settings files are inside the Jar? I'm new to the language and I don't really know how this JVM works and what can or can't do...

Read Entire Article