This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Applications
- To: "'Jeff Sturm'" <jsturm at one-point dot com>, Per Bothner <per at bothner dot com>
- Subject: Applications
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- Date: Mon, 19 Mar 2001 17:46:32 -0800
- Cc: tromey at redhat dot com, Java Discuss List <java at gcc dot gnu dot org>
Another small one that has helped me find some bugs in the past is the
constructive reals calculator I wrote at SGI. (Now at
http://www.hpl.hp.com/personal/Hans_Boehm/crcalc/ ) Both the included
(small) test program and the command line version (added at HP) should build
with gcj from .class files. Eventually they should build from sources. (I
believe there were problems with inner classes in the past. I haven't tried
very recently.)
Hans