views:

22

answers:

0

I have a program that runs from an executable jar. It has external dependencies such as xml files. I have created a jar full of resource xml files and placed it within the XML file and with a click of the button within the program I want all of those xml files and the folder structure to go along with it to be created at a user defined directory. The idea is to make initially using the program a bit simpler. Any ideas on an approach? Thanks!