Hello,
I want my Java program (developed with the Eclipse IDE) to parse an XML file.
Parsing the XML file looks simple enough, but I don't know where to put the XML file. When deployed, the XML should accompany the Java application, but I don't know where to put the XML file while developing.
I tried putting the file in the bin directory, but I get a file not found error...
Any advice on where Java expects its files to be at run-time?
Thanks
Willsy