Will java application be accepted on the new Mac App Store?

我的梦境 提交于 2019-12-05 20:10:01

问题


I heard Apple will accept only Objective C apps in the Mac App store.

Someone know if java app will be accepted?


回答1:


Apple has said that apps that depend upon deprecated technologies, such as their internal java implementation, will not be allowed in the app store. However, Apple has contributed much work to the OpenJDK project which includes an embeddable JRE that can be used to create a self-contained app bundle for a java application.

Apple employees have also hinted, if not stated explicitly on the Apple java-dev mailing list, that java apps using this embedded JRE will land on the right side of the "no deprecated technologies" rule.

[Update 2012.10.05] We now have proof that Apple approves of Java apps in the Mac App Store. Our app, Moneydance (http://infinitekind.com/moneydance-appstore) has been bundled with the OpenJDK (with a few custom patches) and is now available for sale in the app store. Marco Dinacci has posted a detailed instructions for how to bundle and build the apps here: http://intransitione.com/blog/take-java-to-app-store/




回答2:


No, apps on the app store appear to be limited to C, C++ or Objective-C only

See here for a few more details




回答3:


It is possible! The trick is that software should be self-sufficient (e.g. not require preexisting Java installation)

Ensemble app built with Java FX is on the app store. This page details the steps necessary.



来源:https://stackoverflow.com/questions/4102904/will-java-application-be-accepted-on-the-new-mac-app-store

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