There is a signed applet that should read data from the port. The applet is completely working and signed as expected. I am trying to start it from my html like this:
<!DOCTYPE html> <html> <head> <title>Applet-Test</title> </head> <body> <h1> Hi html works </h1> <applet code="MyApplet.class" archive="myapplet.jar" width=320 height=320> <param name="locale" value="de"/> </applet> </body> </html> This option works now. But such a question now Security Settings block signed applet launched via Javascript
purejavacomm.loglevel- Nofate ♦java.policyfile. You need to requestpermission java.util.PropertyPermission "purejavacomm.loglevel", "read";Perhaps in the project even somewhere remained this file. - Nofate ♦