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

  1. Short:    IBM's fast Java compiler, v1.04 (source)
  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 the source of the native Amiga port (no ixemul.library required)
  8. of jikes, the free Java compiler from IBM.
  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. To build jikes on the Amiga, you can either run the configure script,
  14. e.g., type "configure --prefix=/gg" from sh and tweak the resulting
  15. Makefile, or simply copy Makefile.amiga to Makefile.
  16.  
  17. Before typing "make", you may want to make the following changes to the
  18. Makefile:
  19. * Change the CPU and FPU options.
  20. * Change the optimization level. Note that using -O2 will produce a binary
  21.   that is about a megabyte larger, and the resulting gains in compilation
  22.   time will be overwhelmed by the additional loading time. Also note that
  23.   you will need at least 70M of memory to compile jikes with -O2, i.e.,
  24.   you will most likely need to use VMM, and that on a 68040@28MHz it
  25.   takes about a day to produce the optimized binary. In other words,
  26.   don't bother.
  27.  
  28. INSTALLATION:
  29. Simply copy the jikes executable somewhere in your path.
  30.  
  31. USAGE:
  32. Set either the CLASSPATH or the JIKESPATH environment variable to point
  33. to the directories and zip/jar files that you want your compiler to use.
  34. E.g., if you are using Kaffe, you can say:
  35. setenv CLASSPATH "GG:share/kaffe/Klasses.jar;GG:share/kaffe/Pizza.jar;."
  36. Separate the path components using semicolons. You can use UNIX "." and ".."
  37. notation for the current directory and for the parent directory of a
  38. directory.
  39.  
  40. If you find a bug in the Amiga port, you can contact me at kyrimis@cti.gr
  41. and I'll see what I can do.
  42.  
  43. Kriton Kyrimis.
  44.  
  45. ******************************************************************************
  46. This software is subject to the terms of the IBM Public License, available
  47. at the following URL: http://www.research.com/jikes/license/license3.htm.
  48. Copyright (C) 1996, 1999 International Business Machines Corporation
  49. and others.  All Rights Reserved.
  50. ******************************************************************************
  51.