How to write to an XML file inside a jar file?

Posted by cancelledout on Stack Overflow See other posts from Stack Overflow or by cancelledout
Published on 2010-06-17T02:00:01Z Indexed on 2010/06/17 2:02 UTC
Read the original article Hit count: 273

Filed under:
|
|

Hi Java programmers. I badly need your help.

I have a JavaFX/Java ME application. I'm trying to modify an XML file inside my project's folder (soon to be packaged jar file).

The path of the file I want to write: /parseExample/service1.xml

Sadly, my application is a JavaFx/JavaME so it doesn't contain the library java.util.jar. So I can't use the jar classes.

Are there other ways to do that?

© Stack Overflow or respective owner

Related posts about jar

Related posts about javafx