From: Barry L. <bar...@ao...> - 2010-09-30 07:50:48
|
When I run: java -jar xmlvm.jar --in=myapp.jar --target=iphone-c --app-name=MyApp I wind up with with my nicely converted code, but there's only the minimal set of core java classes, all of which appear to be hand-written. One thing my app uses that is completely missing from the generated code is java.util.TreeMap. Should these missing classes be automatically converted from the classes in openjdk6-build.jar? I read something on the mailing list that suggested that this was going to happen, but it doesn't seem to be happening now. If not, is there a way I can generate the classes from openjdk6-build.jar as part of my project? If not, is this a planned feature for the near future? Or is this something that is supported by the "iphone" target but not the "iphone-c" target yet? |