> >> gcj doesn't support the whole set of Java classes that are standard
> >> with the Sun runtime (JRE) or developer tools (JDK). You can read
[quoted text clipped - 15 lines]
> since Sun prohibits separate deployment of the DLL's that Swing
> needs. You may be OK if you use SWT instead of Swing.
Well, separately redistributing the DLLs would be a violation of
copyright, but reimplementation would be alright. Doesn't the IBM JDK
have a reimplementation of Swing?

Signature
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
> There are commercial compilers that can produce native executables (e.g.
> some versions of JBuilder). I've not tried them. I hear that anything
[quoted text clipped - 7 lines]
> and the applications can be distributed without a VM." But I think you
> may have to change references to javax.swing in your .java code.
It looks like swingwt would do the job, and I may look into it further
later on. For now, however, I think that I am probably better off just
working my way through a book, or two, dealing with standard java and
swing. Until I get the hag of the standard stuff, trying to do other
things will probably just add to my confusion.
Thanks for the pointer, though.
Marc Shapiro
Monique Y. Mudama - 07 Apr 2006 04:42 GMT
["Followup-To:" header set to comp.lang.java.help.] On 2006-04-06,
Marc Shapiro penned:
> It looks like swingwt would do the job, and I may look into it
> further later on. For now, however, I think that I am probably
> better off just working my way through a book, or two, dealing with
> standard java and swing. Until I get the hag of the standard stuff,
> trying to do other things will probably just add to my confusion.
If it makes you feel better, lots of people who've been working in
Java for years (myself included) have never compiled a java app to a
native binary. I've just never needed to, and it seems like you lose
a lot of flexibility by doing so.

Signature
monique
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html