Page 1 of 1

[SOLVED] Prevent running application if one of the jar-s not downloaded correctly

Posted: 23 Feb 2021, 17:04
by vargabali
Hi,

I use OWS for an applet that contains many files to run, the base jar file has some others requirements.
Sometimes OWS cannot download all the files, but unfortunately if the main jar is downloaded correctly, the application starting, and the error comes in runtime, when the user want to use a third party lib.
Is there any way to prevent running the applet, when any of the files are corrupted or not completly downloaded?

Thanks,

Bali

Re: Prevent running application if one of the jar-s not downloaded correctly

Posted: 23 Feb 2021, 17:06
by Stephan Classen
Sorry so far there is no such option.
Mainly because for some application it is ok if not all the resources are available.

Re: Prevent running application if one of the jar-s not downloaded correctly

Posted: 23 Feb 2021, 17:11
by vargabali
Thanks for your quick reply.

Regards,

Bali