More Java guidelines questions

Tom Tromey tromey at redhat.com
Wed Apr 16 15:35:00 UTC 2008


>>>>> "Andrew" == Andrew Overholt <overholt at redhat.com> writes:

>> Do you have an estimate for the man-hours of modifications it took
>> to make that possible to help others decide on the feasibility of
>> using gcj instead of Sun Java in general?

Andrew> We don't carry any patches to the Eclipse SDK to build/run
Andrew> with gcj.

Yeah, but unfortunately all that means is that the man-hours went into
gcj, not Eclipse.

How hard it is to bring up a random java program under gcj depends on
the program.  Some programs do bad things (use of com.sun.* is a
typical problem, for instance) and are difficult.  Some programs are
well-behaved and don't use the few packages gcj does not support, and
are easy.  Unless you're an expert on both the package and gcj it is
hard to predict the amount of effort without trying it.

Tom




More information about the fedora-devel-list mailing list