Java Web Start - 它可以与 Android 一起使用吗?
正如标题所述,通过 Java Web Start 部署/使用应用程序是一个可行的选择吗?我在网上发现了一些几年前的帖子,说 JavaME 应用程序仅可用。
As the title says, is deploying/using applications through Java Web Start a viable option? I found a few posts online from years ago saying that the JavaME applications are only available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,这不是一个选择。 Android 有一个应用程序商店(称为 Android Market),其用途类似:管理应用程序安装、更新和版本...所以,从技术上讲,您不需要JWS。
No, it's not an option. Android has an Application Store (called Android Market) that serves a similar purpose: managing applications install, updates and versions... So, technically, you don't need JWS.
为什么不直接将 .APK 文件托管在局域网上的网络服务器上,并允许人们从浏览器下载它?
Why not just host the .APK file locally on your lan on a webserver and allow people to download it from their browsers?
我相信像 webstart 这样获得自动更新的唯一方法是使用 android market。但是,如果您只想将应用程序部署在本地 LAN 中,则可以将该应用程序作为链接放在内部 Web 服务器上,并让人们使用浏览器导航到它。
I believe the only way to get automatic updates like webstart is to use the android market. However, if you just want to deploy your app in your local lan, you can put the app as a link on an internal web server and have people navigate to it using the browser.