home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / javacc21.zip / ReadMe.OS2
Text File  |  2002-10-22  |  2KB  |  67 lines

  1. ----------------------------------------------
  2. JavaCC 2.1 files for OS/2 Warp and eComStation
  3. ----------------------------------------------
  4.  
  5.  
  6.  
  7. -------------------------
  8. 1. What is this good for?
  9. -------------------------
  10.  
  11. These files allow you to start JavaCC with one command, without typing
  12. "java com.sun...". Also, it sets your CLASSPATH library before starting
  13. JavaCC, so you need not modify your CONFIG.SYS.
  14.  
  15. Java Compiler Compiler (JavaCC) is the most popular parser generator for
  16. use with Java applications. A parser generator is a tool that reads a grammar
  17. specification and converts it to a Java program that can recognize matches
  18. to the grammar. JavaCC 2.1 was released jointly by Metamata, Inc., and
  19. Sun Microsystems.
  20.  
  21. You can get more information at "http://www.webgain.com/products/java_cc".
  22.  
  23.  
  24. ------------------
  25. 2. What do I need?
  26. ------------------
  27.  
  28. You need:
  29.  - OS/2 Warp 4.x or eComStation with Rexx installed
  30.  - IBM Java 1.1 or higher properly installed
  31.  - JavaCC 2.1 installed
  32.  
  33.  
  34. ----------------------------
  35. 3. How do I use these files?
  36. ----------------------------
  37.  
  38. Follow these steps in order to successfully run JavaCC 2.1
  39. under your OS/2 (eCS) system:
  40.  
  41. 1. Make sure you have Java 1.1 or newer installed.
  42.  
  43. 2. Go to "http://www.webgain.com/products/java_cc/" and download file
  44.    "JavaCC2_1.zip". Unzip the file in an arbitrary directory.
  45.  
  46. 3. Type "java JavaCC2_1" to install JavaCC 2.1. During the installation,
  47.    you will be asked to select either Unix or Windows scripts. You can
  48.    select any of them.
  49.  
  50. 3. Move all *.CMD files from this archive to the "bin" subdirectory of
  51.    the directory where you installed JavaCC. You can delete the old scripts
  52.    created during installation.
  53.  
  54. 4. Add the "bin" subdirectory to your PATH variable and reboot.
  55.  
  56. 5. Now, go to the directory where your "*.jj" files reside and type
  57.    "JavaCC File.jj". Or, you can run "JJDoc" or "JJTree".
  58.  
  59.  
  60. ---------------------
  61. 4. Who is the author?
  62. ---------------------
  63.  
  64. Jarda KACER, Czech OS/2 User Group
  65. mailto:jkacer@kiv.zcu.cz
  66. http://home.zcu.cz/~jkacer
  67.