Download a xml file from a link using a java program

uuuiiio

New Member
I am trying to create a Java program that starts up, downloads an xml file from a http web address http://api.eve-central.com/api/marketstat and saves it to a set location so I can then parse it for the data I want.What I would like to know is how do I download this document from this link in java for a standard computer application?
 
Back
Top