Applet running in Chrome

女生的网名这么多〃 提交于 2019-12-25 12:44:37

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!