I have a working applet and I am trying to add it to my website for my portfolio. My problem is I can't get the applet to run without adding the directory (I'm running it locally for now) to the site exception list. my applet code is as follows:
<applet code = "myTetris.TetrisApplet"
archive = "myTetris\jar.jar"
height = "400" width = "200">
I have created a jar file using IntelliJ IDEA. The manifest is as follows:
Manifest-Version: 1.0
Permissions: sandbox
Application-Name: Tetris
I have signed the jar file.