Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i m developing a j2me appplication in which first i have to extract some data from the xml file and after that updat that xml file with certain elemntal values....... pls help me to find out how to update that xml file...........

share|improve this question

closed as not constructive by George Stocker Aug 21 '12 at 10:42

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

if the xml file is within the jar file, you can't update it, but if it is outside the jar file then you can use FileConnection API

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.