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?