From: Shekar M. <sh...@fa...> - 2010-07-01 02:02:42
|
Hi, As noted in my previous email to this group, I am trying to convert a Blackberry Java application (without any references to any packages other than java.*) into Objective-C for the iPhone using xmlvm. I am able to generate the Obj-C code but references to the following Java classes are not getting resolved properly: java.util.Hashtable java.util.TimeZone java.util.Date java.util.Calendar In other words, I am unable to compile the generated Obj-C code because the XCode cannot find java_util_Hashtable.h, java_util_TimeZone.h, etc. I wonder if some one can help with the resolution of the above problem. I have references in my Java code to other classes in the java.** hierarchy which are getting resolved. I am willing to implement these classes in Obj-C but I need some pointers on how to modify my xmlvm installation to incorporate these modules. Thanks, Shekar |