This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: building gcj on OS X (also AWT)
- From: "Michael Purdy" <mpurdy at BTBOCES dot ORG>
- To: <john3g at bestweb dot net>,<java at gcc dot gnu dot org>
- Date: Wed, 26 May 2004 11:18:58 -0400
- Subject: Re: building gcj on OS X (also AWT)
John
I was checking out your under-construction article. I think that the
SWT option is really quite valid and could allow for good native
compilation with native widgets being used. Now, I'm not 100% sure that
swt.jar can be compiled to native for OSX with gcj, as I tried last
night but ran into some problems. I will be trying again today. (if
anyone has had success, please correct me here).
Assuming swt.jar can compile to native and link against any other
compiled-to-native .java class that uses it, it really is a good sell!
Michael
>>> John Gabriele <john3g@bestweb.net> 5/26/2004 1:27:17 AM >>>
On May 25, 2004, at 3:45 PM, Andreas Tobler wrote:
> Ok, John is still sitting on OS-X and things are not that easy at the
> moment.
>
> Here I give a rough overview what has to be done to get awt peers
> working on OS-X: [snip]
>
Thanks for the update Andreas.
I've gotten the next article started, but it's only just a skeleton
at the moment: http://www.bestweb.net/~john3g/gcj_on_osx_gui.html
---J