John Keiser wrote:

> Mark Wielaard wrote:
>
> > And I can now also build Classpath although the configure scripts
> > barf on libart. But after repairing a bit by hand I am now able to do a
> > make all and get the libgcj.zip file (only java/lang/Classloader didn't
> > compile). Although I do not have a way now to actually use them :)
>
> A side note, sort of: I am compiling right now without --with-classlib, and we are
> damn near completely self-sufficient now (in terms of compilation at least).  As
> far as I can tell, the following classes would make it complete (unless these
> classes needed still others that aren't ready yet):
>
> java.awt.Event

I wrote this yesterday as part of an effort to get classpath's AWT classes working on
gcj.  I plan to do the missing ColorModel classes soon. Note that there are other
missing AWT classes that would be required to make it 1.1-complete, but these are the
ones that are currently required for compilation due to dependencies on them.

> java.awt.image.ColorModel
> java.awt.image.DirectColorModel
> java.text.DecimalFormat

Hmm, libgcj has a good DecimalFormat implementation...

> java.text.DigitList

I don't know what this is, there is no reference to it in the JDK 1.1 or 1.2 docs. I
think it must be a private implementation class?

> Loren has been gone for a long time and we have made more than sufficient efforts
> to contact him; I personally think it's about time for someone else to pick up the
> work.

libgcj also has a working java.util.zip (using zlib). I hope that these two projects
can work more closely together in the future - there is a lot to be gained on either
side.

regards

  [ bryce ]

Reply via email to