substantial, idiomatic application compilable with gcj?
Tom Tromey
tromey@redhat.com
Mon Jul 21 20:32:00 GMT 2003
>>>>> "William" == William Benton <willb@cs.wisc.edu> writes:
William> I'm looking for a fairly substantial, idiomatic Java
William> application that I can compile with gcj. I'd like to use
William> this to evaluate some bytecode-to-bytecode transformations
William> I'm doing with a different tool, so a non-interactive or
William> scriptable application is ideal.
Best source for gcj-based applications is rhug:
http://sources.redhat.com/rhug/
There are a couple interpreters (jython, rhino) in there.
And of course there is kawa, a scheme implementation written in Java.
This can be built with gcj (my scripts do it every night :-).
Tom
More information about the Java
mailing list