Is there any way to convert self signed certificate to trusted one?
So can I by pass below alert?

I have one applet which trying to run some application on user’s machine.
I am using self signed jar.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.