问题
I need to run an applet in the browser because the issue Send pdf jasper straight to the printer in web app
The applet is working but I can not run it in Chrome the message plugin not supported.
Versão 46.0.2490.86 m
<!DOCTYPE html>
<html>
<head>
<title>Serviço de Impressão</title>
</head>
<body>
<center>
<object data="Imprimir.jar" type="application/x-java-applet" width="400px"
height="740px" >
</object>
</center>
</body>
</html>
来源:https://stackoverflow.com/questions/33735509/applet-running-in-chrome