Reputation:
I want to download a JNLP file from a given link. I already know how to go through the authentication process. How can I download that file? Eventually I want to create the following method.
downloadJNLP(String url, String path){
...
}
Upvotes: 0
Views: 2359