Search This Blog

Wednesday, June 16, 2010

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

Programmer Question

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?



Find the answer here

No comments:

Post a Comment

Related Posts with Thumbnails