From: Arno P. <ar...@pu...> - 2011-03-05 03:40:37
|
On 3/4/11 5:01 PM, Andrew Hodgson wrote: > 2. What target would the group recommend for porting a standard java > application with minimal GUI's, lots of complex multi-threaded > algorithms, networking and audio processing ? to add to Sascha's comments: if you are just trying to cross-compile some self-contained Java code, the C backend is already superior to the Objective-C backend. We are still shaking out some bugs with multi-threading and exception handling, but by and large it is usable. What will need more work is the conversion of the iOS API for the C backend. Here the Objective-C backend is still more complete. I will send updates over the mailing list when we reach certain milestones. Arno |