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

  1. Short:    Fast Java compiler, v1.04 (68000 binary)
  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,
  8. the free Java compiler from IBM, compiled for a plain 68000.
  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 enough memory to run the program.
  15. * The Java run-time classes (e.g., those from Sun, or from Kaffe).
  16.  
  17. INSTALLATION:
  18. Simply copy the jikes executable somewhere in your path.
  19.  
  20. USAGE:
  21. Set either the CLASSPATH or the JIKESPATH environment variable to point
  22. to the directories and zip/jar files that you want your compiler to use.
  23. E.g., if you are using Kaffe, you can say:
  24. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  25. Separate the path components using semicolons. You can use UNIX "." and ".."
  26. notation for the current directory and for the parent directory of a
  27. directory.
  28.  
  29. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  30. and I'll see what I can do.
  31.  
  32. Kriton Kyrimis.
  33.  
  34. ******************************************************************************
  35. This software is subject to the terms of the IBM Public License, available
  36. at the following URL: http://www.research.com/jikes/license/license3.htm.
  37. Copyright (C) 1996, 1999 International Business Machines Corporation
  38. and others.  All Rights Reserved.
  39. ******************************************************************************
  40.