Can Files in a Jar be rewritten?

Hey all,I have a settings file which is a XML file in a JAR fileI was wondering if my application can rewrite the XML which is in the JAR file?avdzm
[176 byte] By [avdzma] at [2007-11-26 22:11:39]
# 1
Java does not provide a jar update function. You can unjar, update the contents, and rejar.
ChuckBinga at 2007-7-10 11:00:22 > top of Java-index,Desktop,Deploying...
# 2
thought so, thanks
avdzma at 2007-7-10 11:00:22 > top of Java-index,Desktop,Deploying...