WebScanner Java Applet App Not working in chrome , NPAPI deprecated any solutions?

半城伤御伤魂 提交于 2019-12-13 03:06:52

问题


Java Applet is not working in chrome, As NP-API is been depreciated is there any alternative solution, to load applet in browser and scanner is invoked to scan the file.

Advance Thanks, any help is appreciated.

Scanner Applet application


回答1:


What's the chrome version??

Copy and paste "chrome://flags/#enable-npapi" into your Chrome browser and hit enter

Click the Enable link.

Quit your Chrome browser, then re-open it.




回答2:


There's no way to run a Java applet within Chrome without NPAPI support. If you want to keep using an in-browser applet, you'll need to use another browser.




回答3:


Launch an application using Java Web Start (JWS). Chrome supports it!



来源:https://stackoverflow.com/questions/31071024/webscanner-java-applet-app-not-working-in-chrome-npapi-deprecated-any-solution

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