Search code examples
javaappletsecurity

Bypass alert "Do you want to run this application"


Is there any way to convert self signed certificate to trusted one?

So can I by pass below alert?

enter image description here

I have one applet which trying to run some application on user's machine.

I am using self signed jar.


Solution

  • No, you cannot stop that warning from appearing. It exists exactly for the purpose of preventing developers from doing what you're trying to do, as running executables without permission can be dangerous for the end user's system and personal data.