Posted on August 24, 2005, 09:53.
GCJ/Perl Integration Anthony pointed me to the facination GCJ/Perl Integration project by David Rusek. This is one of the google Summer of Code projects. See also: The original proposal Some Preliminary results So now you can write mixed C++ and GCJ code in Perl: #!/usr/bin/perl -w use strict; use warnings; use GCJ::Cni; use BasicJavaClass; GCJ::Cni::JvCreateJavaVM(undef); […]
Posted on August 23, 2005, 19:02.
Sven has been working on a new set of AWT peers for GNU Classpath based on Qt4. They look nice and have already helped find issues in our generic AWT code and our other gtk+ peer code.
Posted on August 18, 2005, 08:02.
GNU Classpath distro DevJam Various Debian packagers and developers are interested in coming together to improve the Free Software tool chain, the programs and the free runtime environments for software written in the java programming language. For such a meeting we would like to include packagers from various distributions to coordinate on library names, dependency […]
Posted on August 16, 2005, 22:54.
Finally did some coding again: That is some text copy/pasted from xchat, an image from gimp, a Serialized object from another program and a file list from eclipse. It is nice to have all these programs interoperate so nicely with our awt.datatransfer.
Posted on August 7, 2005, 12:14.
Interesting project on sourceforge. jRate an extension of the GCJ compiler front-end and runtime system which adds support for most of the features required by the RTSJ real-time specification.
Posted on August 2, 2005, 12:53.