This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: examples/tutorial on CNI?
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: Michael Purdy <mpurdy at BTBOCES dot ORG>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 28 Jun 2005 14:31:10 -0400
- Subject: Re: examples/tutorial on CNI?
- References: <s2c0f3d7.080@MAIN-EC-SRV4.btboces.org>
No, its not really possible to mix other JVMs and GCJ.
GCJ supports all of those platforms to varying degrees. Linux is, of
course, the best supported as thats what most of the developers are
using. Mac OS X also works well from what I've heard. Windows can be
made to somewhat work but there are some significant bugs/limitations on
this platform at this time.
Bryce
Michael Purdy wrote:
This sounds fantastic and exactly what I'm looking for. My application does contain some Swing elements for the GUI, so will I need to somehow target Sun's and Apple's VMs and then gij for the compiled java? Or, is this not really possible... Also, is there a list of gij supported platforms? I hoping to target Windows, OSX, and Fedora/Redhat Linux.