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

Someone know if java app will be accepted?

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

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

See here for a few more details

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.