Are the applets dead?

A long time ago I made an applet when a few days ago I tried to open it on a website and it says there is a security issue and it cannot open it.

I looked it over and saw that I needed to register it.

I tried to register it but nothing helped.

Can you explain what might solve this problem?

The applet works great and works fine when I launch it from eclipse.

+3


source to share


1 answer


With the latest Java updates, the security is much stricter. Your applet must work with the same Java version and be certified. It's a very strict system ... I can't open many java applets on my own.

To run it as an exception, copy the url where the applet is located. Then open the Java Control Panel, go to the "Security" tab and at the bottom uncheck "Edit Site List" at the bottom. From there click Add and paste the link.



Java Security Tab

This will allow it to work like an exception.

+5


source







All Articles