From: Troy G. <tro...@gm...> - 2010-10-20 16:32:54
|
Would it be sufficient in the meantime to just try to cross-compile BigInteger and all of it's transitive dependencies? I'm using a library that has this dependency on BigInteger among other things. Thanks. On Wed, Oct 20, 2010 at 11:15 AM, Arno Puder <ar...@pu...> wrote: > 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 > > |