From: Troy G. <tro...@gm...> - 2010-10-20 12:26:03
|
I'm trying to cross-compile some code to the iPhone. One of the classes I need among others is java.math.BigInteger. I see there is a subset of the Java standard libraries already cross-compiled to Objective C. Is the recommended approach just to take the java.math.BigInteger class and cross-compile it manually. I'm trying to understand what is included vs. what I need to do manually? Thanks! |