From: Arno P. <ar...@pu...> - 2009-09-01 15:38:33
|
we don't cross-compile classes from rt.jar. The Objective-C standard library offers classes with similar functionality and it is a lot more efficient to map the API. E.g., java.lang.HashMap is mapped to NSDictionary. You can see the classes for which we have mapped the API by checking files in src/xmlvm2objc/compat-lib/objc. As you can tell, there are still many of the java.lang.* classes missing. Arno August Bering wrote: > I'm unsure how to go about using the standard java classes, for example java.lang.Enum > I've noticed that these classes are not output as Objective C although they should be straight forward to convert. Is there a reason for this? How should I handle this problem? And are there any plans to make xmlvm dependancy-aware so that it includes all used classes in the output? > > /August Bering > > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |