fivehead
Joined: May 16, 2014
|
  Posted:
Apr 20, 2020 - 05:45 |
|
|
Garion
Joined: Aug 19, 2009
|
  Posted:
Apr 20, 2020 - 09:19 |
|
No, it should only take a few seconds |
_________________
|
|
Christer
Joined: Aug 02, 2003
|
Well, that's not entirely accurate.
Java Web Start (the technology used for the client) should cache the client once it's downloaded and only re-download if there's an update.
What you do have to "download" is the jnlp file that is effectively instructions to Javaws what to run, which is an XML file that takes a few hundred bytes (significantly less to download than a typical webpage). |
|
|
Jopotzuki
Joined: Oct 07, 2011
|
  Posted:
Apr 20, 2020 - 11:14 |
|
Make your client open the file so you don't have to "download and manually open" the file everytime. Sounds like you are doing it that way. |
_________________
Kam wrote: | My Flings also disappear when they're blocked... I knew that was a bug! |
ThierryM wrote: | CR... The synonym of E-Penis right ? |
|
|
Foad
Joined: Sep 02, 2007
|
  Posted:
Apr 20, 2020 - 13:05 |
|
Also, don't live on the other side of the planet from the server. That helps... |
_________________ They see me Trollin', they hatin'...
|
|
fivehead
Joined: May 16, 2014
|
  Posted:
Apr 20, 2020 - 23:17 |
|
Alright, this time around the file seemed to remove itself. I remember playing a while back and ending up with like 50 of the little downloads in my folder. |
|
|