This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cross compile Java/AWT to XScale / Windows Mobile ?
- From: Tom Tromey <tromey at redhat dot com>
- To: "John R. Broderick" <jjbroderick at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 02 Oct 2006 12:23:29 -0600
- Subject: Re: cross compile Java/AWT to XScale / Windows Mobile ?
- References: <6581489.post@talk.nabble.com>
- Reply-to: tromey at redhat dot com
>>>>> "John" == John R Broderick <jjbroderick@gmail.com> writes:
John> I work for a large organization that is primarily a Java
John> shop. We have several AWT applications deployed on ARM powered
John> Windows CE devices running a PersonalJava JVM.
Note that libgcj does not have Windows peers for AWT.
Maybe Harmony's could be reused, with some work.
John> Their opinion whether the project is stable enough right now
John> that they would recommend it themselves for production
John> applications ?
Sure. Best results in an embedded scenario will mean a good amount of
tweaking. But, at least this is possible :)
Tom