From owner-freebsd-java Wed Sep 23 02:13:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15106 for freebsd-java-outgoing; Wed, 23 Sep 1998 02:13:17 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from manchester.genrad.com (x247.genrad.co.uk [195.99.3.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA15087 for ; Wed, 23 Sep 1998 02:13:04 -0700 (PDT) (envelope-from swindellsr@genrad.co.uk) Date: Wed, 23 Sep 1998 02:13:04 -0700 (PDT) Message-Id: <199809230913.CAA15087@hub.freebsd.org> Received: from CDP275.uk.genrad.com by manchester.genrad.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1460.8) id RRCMGFXH; Wed, 23 Sep 1998 10:13:02 +0100 From: Robert Swindells To: pvh@leftside.wcape.school.za CC: freebsd-java@FreeBSD.ORG In-reply-to: (message from Peter van Heusden on Wed, 23 Sep 1998 10:24:15 +0200 (SAT)) Subject: Re: Compiling a list (FAQ?) of java technologies for FreeBSD? Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter van Heusden wrote: >I'm considering compiling a mini-FAQ of java technologies in use on >FreeBSD. These would include basically any class library, compiler or >VM for java (or java + extensions - e.g. gc). Thus far the list >appears to include: >jites - IBM Java VM (?) - Linux (?) jikes - IBM compiler - Linux binary. Jikes works well, it is just a compiler that executes faster, it doesn't speed up the resulting class files any. I would say that I am close to getting tya to work. This is a GPL JIT written for Linux that plugs into a Sun VM. I got it from http://www.dragon1.net/software/tya/ Robert Swindells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message