I need to distribute a java application as exe, but my jar depends on xml files that are read/written in by the program.
I have tried jar to exe tools (NSIS, jar2exe) but non of them seem to have an option to include files on which the program depends.
My actual question would be : how do I include both the jar and xml files in an exe ?
Thank you for your help !