From: Andrew H. <a.s...@gm...> - 2011-03-05 01:02:25
|
I've been in the xmlvm mailing list for a while. Im am now starting a port of a complex standard java application to the iphone using xmlvm. It does currently run on android but most of it was developed under linux (Just added a GUI for the android) After reading the mailing list and the documentation I'm a bit confused. The documentation doesn't mention the C or posix targets. The mailing list suggests using the posix target as it has translated most of Harmony. Posix sounds great as when I last tried this with the Obj-C version it had too many standard bits missing (System.err, java.util.Hashtable ...) Now for the questions. 1. What is the difference between the posix target and C target 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 ? Any assistance/advice greatly appreciated. Andrew |