Java applets in windows store apps

半城伤御伤魂 提交于 2019-12-25 03:24:26

问题


I have a java applet and i'm developing a windows store app. I want to integrate my applet to this application. Is this feasible.. if yes... can you tell the process.

Thanks, Harsha


回答1:


You won't be able to run this within a Windows Store application since plug-ins (you'd need Java installed) are not allowed for WebView (or for the non-desktop version of IE 10 in general - Flash excepted for some sites).




回答2:


It is not possible at the moment. When you were installing Java you must have missed the Java doesn't work in Metro.




回答3:


You should probably be able to run your Java Applet into a WebView but I am not sure if that's a good practice or not. You should convert your java applet into a HTML5/JavaScript application or C# application for optimum performance.



来源:https://stackoverflow.com/questions/12910463/java-applets-in-windows-store-apps

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