0

I'm seen this question, and I want know if this solution will work only on Java settings in my computer or this will work in all computers with Java installed? Because I want that my applet (.jar) works in all computers with Java installed, and with security settings default (High) that already comes when Java installed see.

Someone could give me a tip?

Thank in advance!

Community
  • 1
  • 1
  • The short answer is no, since that would defeat the point. Java disabled running unsigned/self-signed applets by default because it was a massive security hole. If you have access to every client it will run on, you can add your applet to the whitelist, but otherwise no, you can't defeat that check from the host-side. – aruisdante Feb 01 '15 at 19:31

1 Answers1

0

As the answer given into the post you have mentioned which is

Just Go To Startmenu >>Java >>Configure Java >> Security >> Edit site list >> copy and paste your Link with problem >> OK Problem fixed :)

This you have to do in each and every computer in which you want to run your applets , untill you are using self signed applets.

Alternative Solution : Just Use Signed Applets


Update

To understand the diffrence between Unsigned , Self-Signed and Signed Applets i suggest you to read this Java Applets: Unsigned vs Self-Signed vs Signed

In the java Update java7u51 Adding sites in exception list has been changed slightly , you may also look this post for that Upcoming Exception Site List in 7u51

Neeraj Jain
  • 7,643
  • 6
  • 34
  • 62
  • I have tried this on a site with a popup applet, and it doesn't work. Alternate solution? – unbindall Feb 01 '15 at 19:36
  • Is your applet self signed ? – Neeraj Jain Feb 01 '15 at 19:38
  • Yes, I understand the differences. The game is self-signed, but for some reason, it says that Java doesn't allowed applets without an approved certificate. – unbindall Feb 01 '15 at 19:48
  • @Neeraj Jain, please, could give me some examples of sites where buy a good certificate for a good price? –  Feb 01 '15 at 20:08
  • @Coringa Here is the list [List of supported SSL certificate types and vendors for](http://help.filemaker.com/app/answers/detail/a_id/11413/~/list-of-supported-ssl-certificate-types-and-vendors-for-filemaker-platform) – Neeraj Jain Feb 01 '15 at 20:11
  • @Neeraj Jain, which these you recommend? –  Feb 01 '15 at 20:19
  • Verisign it is the most trusted certificate . – Neeraj Jain Feb 01 '15 at 20:20
  • Since I haven't got a solution to my problem here, I've posted something on Arqade. Check it out here http://gaming.stackexchange.com/questions/215977/games-from-gamejolt-com-arent-permitted-to-run – unbindall May 01 '15 at 21:07