iPad 上的 Java 网页启动
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4948827/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Java web start on iPad
提问by Arturo
Can I run Java applications (Java Web Start) on iPad?
我可以在 iPad 上运行 Java 应用程序 (Java Web Start) 吗?
Looks like this is not possible, but someone suggested using Cloud Browse (an application I couldn't' find) to run Java.
看起来这是不可能的,但有人建议使用 Cloud Browse(我找不到的应用程序)来运行 Java。
Any solutions?
任何解决方案?
UPDATE: Cloud Browser is an application that wasavailable on the App Store but it was removed my Apple. Cloud Browse would process the web site externally and then stream the web site content to your iPad screen (something like video streaming).
UPDATE:云浏览器是一个应用程序是可以在App Store,但它已被删除我的苹果。Cloud Browse 会在外部处理网站,然后将网站内容流式传输到您的 iPad 屏幕(类似于视频流)。
回答by staffan
No, you cannot run Java programs on the iPad (or any iOS device). Apple's license terms forbid running applications that can execute code downloaded from the Internet (which is what Java Web Start is all about).
不,您不能在 iPad(或任何 iOS 设备)上运行 Java 程序。Apple 的许可条款禁止运行可以执行从 Internet 下载的代码的应用程序(这就是 Java Web Start 的全部内容)。
回答by Jay Askren
No, as staffan said, Webstart will not work. However using CloudBrowse, an applet can work. It looks like the idea behind Cloud Browse is that the browser gets rendered on the server and video of the web page get streamed to your phone. This way, it appears to the user that applets or flash are running on the ipad.
不,正如斯塔凡所说,Webstart 不起作用。但是,使用 CloudBrowse,小程序可以工作。看起来 Cloud Browse 背后的想法是浏览器在服务器上呈现,网页的视频被流式传输到您的手机。这样,在用户看来,小程序或闪存在 ipad 上运行。
回答by nzcoder
I tried CloudBrowse on my IPAD as I've got a Java Applet that runs inside a brower and wanted it to work on my Ipad.
我在我的 IPAD 上尝试了 CloudBrowse,因为我有一个在浏览器中运行的 Java Applet,并希望它在我的 Ipad 上运行。
I found that it works pretty well. The Java Applet has a 3D animation, it's not as smooth as running on Windows/Mac through a normal web-browser, but it's pretty good.
我发现它工作得很好。Java Applet 有一个 3D 动画,它不像通过普通网络浏览器在 Windows/Mac 上运行那样流畅,但它非常好。
I paid for full version, wasn't that expensive and to me, worth it. Opens up the power of using Applets but within Ipad!
我付了完整版的钱,没那么贵,对我来说,值得。开启了使用 Applets 但在 Ipad 中的强大功能!
Check it out here... 3D sailing replay.
在这里查看... 3D 航行重播。