在Chrome中运行的Applet

时间:2015-11-16 12:33:23

标签: java google-chrome applet

我需要在浏览器中运行applet,因为问题Send pdf jasper straight to the printer in web app

小程序正在运行,但我无法在Chrome中运行不支持的消息插件。

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>

0 个答案:

没有答案
相关问题