RoboVM 1.0 Released
Written by Kay Ewbank   
Tuesday, 17 March 2015

Trillain Mobile has produced the first stable release of RoboVM, providing a way to run Java on iOS.

 

robovmbanner

 

The idea behind RoboVM is to let you code in Java on iOS rather than Objective C or Swift.

As we explained last year, RoboVM is a bytecode to ARM compiler which allows you to code in any language that targets the JVM. It has a Java-Objective-C bridge that lets you call any native framework APIs you need to use, and Objective-C objects can be used as if they were Java objects. The remainder of the runtime is provided by the Android Framework minus anything to do with the UI.

You do still need a Mac and XCode to use RoboVM, at least to run the compiled code. You can run your app on the simulator or a real device.

The new version has an improved debugger with complete JDWP functionality.

 

 

robovmdebug

 

The compiler also now offers support for RAM disk which makes it faster to compile and link if your hard disk is slow.

RoboVM now has 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.

There’s a new Eclipse project wizard in this release, using the new templates project. Maven archetype support has also been added.

Support for invoking tools via robovm.xml is another addition, with initial support for the TextureAtlas tool, with more to come.

The developers say commercial licenses will now be offered, although you can still code for free using the OSS core. In the blog post about the new version, Mario Zechner says that you will continue to be able to create apps without any artificial limitations, free of charge. The commercial licenses add convenience features and support services on top of the OSS core, and the intention is to use the money raised by the commercial licenses to support the work on the free OSS core and ensure the longevity of the project as a whole.

Depending on the version chosen, the commercial licenses add a JDWP compliant debugger for both simulator and on-device debugging; improved crash reporting; private e-mail support; and JavaFX support. 

Further versions of RoboVM are promised soon, with new features including better documentation and Intellij IDEA & Android Studio integration.  

robovmsq

 

Banner


nginx Core Developer Announces New Fork
23/02/2024

One of the core developers of nginx has said he is no longer working on the development of the popular and widely used nginx web server, and is instead working on a new fork. Maxim Dounin release [ ... ]



Android Studio Iguana With Crash Reports
05/03/2024

Google has announced that the latest version of Android Studio, Iguana, is now stable. It has version control system support in App Quality Insights and new built-in support for creating baseline prof [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 17 March 2015 )