RoboVM 1.0 发布了,该版本同时提供了商业许可证。 RoboVM 编译器可以将 Java 字节码翻译成 ARM 或者 x86 平台上的原生代码,应用可直接在 CPU 上运行,无需其他解释器或者虚拟机。 RoboVM 同时包含一个 Java 到 Objective-C 的桥,可像其他 Java 对象一样来使用 Objective-C 对象。大多数 UIKit 已经支持,而且将会支持更多的框架。 RoboVM 1.0 新特性包括: The debugger has received another round of updates. All JDWP functionality is now implemented. Support for RAM disk caches. This can help speed up the compilation and linking process on slow HDDs. Support for HFS+ file compression. All files put into the cache are now compressed, further speeding up the compilation process and reducing the amount of space used for the RoboVM cache. Initial project template and Maven archetype support. A new Eclipse project wizard, using the templates project Support for invoking tools via robovm.xml. We currently support the TextureAtlas tool, with more to come. Cleanup and simplification of Objective-C bindings, see the binding status page 详细介绍请看发行说明。 RoboVM 1.0 发布,Java 转原生平台代码下载地址