*BSD News Article 70115


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.mid.net!mr.net!winternet.com!nntp.primenet.com!news.cais.net!news.mathworks.com!enews.sgi.com!news.uoregon.edu!raffles.technet.sg!nf1.iij.ad.jp!news.iij.ad.jp!news.CET.CO.JP!usenet
From: Michael Hancock <michaelh@cet.co.jp>
Newsgroups: comp.unix.bsd.bsdi.misc,comp.lang.java
Subject: Re: Java for BSDI
Date: Tue, 04 Jun 1996 12:03:59 -0700
Organization: CET
Lines: 54
Message-ID: <31B4889F.395C@cet.co.jp>
References: <4o0317$j8s@doctor.nl2k.edmonton.ab.ca>
NNTP-Posting-Host: gaucho.cet.co.jp
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.0 (Win16; I)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.bsdi.misc:3898 comp.lang.java:53268

System Administrator a.k.a. The Root of the Problem wrote:
> 
> Who here is working on Java for BSDI?
> 
> --
> Dave Yadallee, System Administrator   NetLine 2000

KAFFE v0.3p1 - A JIT virtual machine to run Java(tm)* code
        ==========================================================

Kaffe is a virtual machine design to execute Java bytecode.  Unlike
other virtual machines available, this machine performs "just-in-time"
code conversion from the abstract code to the host machine's native code.
This will ultimately allow execution of Java code at the same speed as
standard compiled code but while maintaining the advantages and 
flexibility
of code independence.

This version of Kaffe will run on the following platforms:

        i386 FreeBSD 2.0.5R & 2.1.0R
        i386 Linux 1.2.13
        i386 NetBSD 1.1R & current
        i386 Solaris 2.4
        i386 BSDI 2.1
        i386 Unixware

Other platforms will be added as and when I have time.

Essentially this is a bug fix release.  No major functionality additions
have been made, although some extra platforms are now supported.

The source for Kaffe can be found at the following location:

Europe:
        http://www.sarc.city.ac.uk/homes/tim/kaffe/kaffe-0.3.tgz
        http://sunsite.mff.cuni.cz/ftp/Languages/Java/kaffe/kaffe-0.3.tgz
        ftp://ftp.sarc.city.ac.uk/pub/kaffe/kaffe-0.3.tgz
        ftp://ftp.lysator.liu.se:/pub/languages/java/kaffe/kaffe-0.3.tgz
        ftp://sunsite.mff.cuni.cz/Languages/Java/kaffe/kaffe-0.3.tgz

USA:
        ftp://ftp.cs.columbia.edu/pub/kaffe/kaffe-0.3.tgz
        ftp://sunsite.unc.edu/pub/languages/java/kaffe/kaffe-0.3.tgz  
Japan:
        http://www.webcity.co.jp/info/andoh/java/kaffe/kaffe-0.3.tgz
        ftp://ftp.webcity.co.jp/pub/andoh/java/kaffe/kaffe-0.3.tgz

Enjoy.

Tim Wilkinson
<tim@sarc.city.ac.uk>
----
* Java is a registered trademark of Sun Microsystems, Inc.