home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / kaffe-0.5p4-src.tgz / tar.out / contrib / kaffe / NOTES / POST < prev    next >
Text File  |  1996-09-28  |  3KB  |  66 lines

  1.   KAFFE v0.5p4 - A JIT and interpreting virtual machine to run Java(tm)* code
  2.   ===========================================================================
  3.  
  4. Kaffe is a virtual machine design to execute Java bytecode.
  5. This machine can be configured in two modes.  In one mode it operates as
  6. a pure bytecode interpreter (not unlike Javasoft's machine); in the second
  7. mode if performs "just-in-time" code conversion from the abstract code to
  8. the host machine's native code.  This will ultimately allow execution of
  9. Java code at the same speed as standard compiled code but while maintaining
  10. the advantages and flexibility of code independence.
  11.  
  12. This version of Kaffe will run on the following platforms:
  13.  
  14.         i386    FreeBSD 2.x             (interp + jit)
  15.           "     Linux 1.2.13            (interp + jit)
  16.           "     NetBSD 1.x              (interp + jit)
  17.           "     Solaris 2.x             (interp + jit)
  18.           "     BSDI 2.x                (interp + jit)
  19.           "     Unixware                (interp + jit)
  20.           "     SCO 3.2v5               (interp + jit)
  21.           "     NeXTStep 3              (interp + jit)
  22.           "     Windows '95             (interp)
  23.         Sparc   SunOS 4.x               (interp)
  24.           "     Solaris 2.x             (interp)
  25.           "     NetBSD 1.x              (interp)
  26.           "     NeXTStep 3              (interp)
  27.         PowerPC MkLinux                 (interp)
  28.     M68k    AmigaOS            (interp)
  29.  
  30. I encourage people to make ports to other platforms and to feed them back
  31. to me.  I would recommend that initial ports concentrate on the interpreter.
  32. These can then be used as the basis for developing JIT versions for these systems.
  33.  
  34. The source for Kaffe can be found at the following location:
  35.  
  36. Europe:
  37.         http://www.sarc.city.ac.uk/homes/tim/kaffe/kaffe-0.5p4.tgz
  38.         http://sunsite.mff.cuni.cz/ftp/Languages/Java/kaffe/kaffe-0.5p4.tgz
  39.         ftp://ftp.sarc.city.ac.uk/pub/kaffe/kaffe-0.5p4.tgz
  40.         ftp://ftp.lysator.liu.se:/pub/languages/java/kaffe/kaffe-0.5p4.tgz
  41.         ftp://sunsite.mff.cuni.cz/Languages/Java/kaffe/kaffe-0.5p4.tgz
  42.     ftp://sunsite.auc.dk/pub/anguages/java/kaffe/kaffe-0.5p4.tgz
  43. USA:
  44.         ftp://ftp.cs.columbia.edu/pub/kaffe/kaffe-0.5p4.tgz
  45.         ftp://sunsite.unc.edu/pub/languages/java/kaffe/kaffe-0.5p4.tgz  
  46. Japan:
  47.         http://www.webcity.co.jp/info/andoh/java/kaffe/kaffe-0.5p4.tgz
  48.         ftp://ftp.webcity.co.jp/pub/andoh/java/kaffe/kaffe-0.5p4.tgz
  49. Others:
  50.     ftp://ftp.unicamp.br/pub/languages/java/kaffe/kaffe-0.5p4.tgz
  51.  
  52.                 ========
  53.                 **NOTE**
  54.                 ========
  55.  
  56. You may also need to retrieve kaffe-0.5p4-sun.tgz which contains the
  57. seperate SUN classes codes if you do not already have it.  This classes
  58. code is version 1.0.2 - you *MUST* use this version with Kaffe.
  59.  
  60. Enjoy.
  61.  
  62. Tim Wilkinson
  63. <tim@sarc.city.ac.uk>
  64. ----
  65. * Java is a registered trademark of Sun Microsystems, Inc.
  66.