Howdy,
I know there are a few posts here about how to update an application. I believe WebStart was mentioned several times. What is webstart? I’ve been trying (rather unsuccessfully) to download an update .jar file from my website using Streams (I used bufferedReader to download the stream using readLine() and bufferedWriter to write those lines in a new file on my harddrive using write(string)). I tried to tinker with JarInputStream and JarOutputStream but I can’t figure out how to get a JarInputStream to acquire the inputStream from the website connection (btw: I use a URL to connect to the website).
Could anyone explain the WebStart? Or if anyone knows how to get a .jar file from a webpage using Streams that would be awsome!
Thx,
Jarrett
aka. Chisser98