Java Web Start - Does it work with Android?

浪尽此生 提交于 2019-12-07 06:14:10

问题


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.


回答1:


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.




回答2:


Why not just host the .APK file locally on your lan on a webserver and allow people to download it from their browsers?




回答3:


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.



来源:https://stackoverflow.com/questions/3873960/java-web-start-does-it-work-with-android

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