Archive for August 2005

24 Aug 2005

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); […]

Hello Qt4 AWT

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.

18 Aug 2005

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 […]

Copy/Paste

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.

jRate – realtime gcj

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.

Keep those patches coming!