Hello, I’ve setup an applet and its working:
Code:
but I can actually see using the webbrowser tools (Inspect element) where de file is located:
=“Test.jar”
so easily I type link/Test.jar how can I protect that from being downloaded?
Hello, I’ve setup an applet and its working:
Code:
but I can actually see using the webbrowser tools (Inspect element) where de file is located:
=“Test.jar”
so easily I type link/Test.jar how can I protect that from being downloaded?
If someone loads your applet it’s in their browser/jar file cache anyways. Even if you protect the jar file from direct linking, it won’t help much.
The file must be downloaded in order to play
So protecting it from downloading does not make much sense, since it wont work,