From: Arno P. <ar...@pu...> - 2010-10-20 16:43:00
|
We pursue the idea of cross-compiling the JDK to achieve better API coverage. One problem you will encounter is the dependencies within JDK: if you reference one class (such as BigInteger) you inadvertently pull in half the JDK because of all the dependencies. I know I have saying that we are working on this for the past three months without anything happening, but I hope we will make progress real soon. Arno On Oct 20, 2010, at 5:26 AM, Troy Gaines <tro...@gm...> wrote: 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! ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |