home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / readme / jikes020-060.readme < prev    next >
Encoding:
Text File  |  1999-09-22  |  1.6 KB  |  41 lines

  1. Short:    Fast Java compiler,v1.04 (68020-060,FPU)
  2. Author:   Philippe Charles and David Shields, IBM Research.
  3. Uploader: kyrimis@cti.gr (Kriton Kyrimis)
  4. Version:  1.04
  5. Type:     dev/lang
  6.  
  7. This is a native Amiga port (no ixemul.library required) of jikes, the
  8. free Java compiler from IBM, compiled for a 68020-68060 with an FPU.
  9.  
  10. The Aminet version is the latest stable version.  The current development
  11. version can be found at http://dias.cti.gr/~kyrimis/jikes/ .
  12.  
  13. REQUIREMENTS:
  14. * An Amiga with a 68020 or higher processor, a working FPU, and enough memory
  15.   to run the program.
  16. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  17.  
  18. INSTALLATION:
  19. Simply copy the jikes executable somewhere in your path.
  20.  
  21. USAGE:
  22. Set either the CLASSPATH or the JIKESPATH environment variable to point
  23. to the directories and zip/jar files that you want your compiler to use.
  24. E.g., if you are using Kaffe, you can say:
  25. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  26. Separate the path components using semicolons. You can use UNIX "." and ".."
  27. notation for the current directory and for the parent directory of a
  28. directory.
  29.  
  30. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  31. and I'll see what I can do.
  32.  
  33. Kriton Kyrimis.
  34.  
  35. ******************************************************************************
  36. This software is subject to the terms of the IBM Public License, available
  37. at the following URL: http://www.research.com/jikes/license/license3.htm.
  38. Copyright (C) 1996, 1999 International Business Machines Corporation
  39. and others.  All Rights Reserved.
  40. ******************************************************************************
  41.