我需要在浏览器中运行applet,因为问题Send pdf jasper straight to the printer in web app
小程序正在运行,但我无法在Chrome中运行不支持的消息插件。
<!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>