Jim found that three class files of java_cup.runtime have different Java version...
[IRC.git] / Robust / cup / README
1 This directory contains the CUP v0.10k release in source form.  You should
2 find the following files and subdirectories in this release:
3
4   README            This file.
5   INSTALL.QUICK     Quick installation instruction.
6   CHANGELOG         A brief overview of the changes in v0.10k
7   java_cup          A subdirectory containing CUP, runtime, and test sources.
8   cup_logo.gif      A logo image used by the manual.
9   manual.html       A user's manual in HTML format. (OLD)
10   INSTALL           A shell script to install and test the system
11
12 To get started quickly, read INSTALL.QUICK.  If you are on a Windows
13 platform, you might want to look in the winnt subdirectory.
14 For complete installation information, keep reading.
15
16 To install the release, copy the contents of this directory (if you
17 haven't done so already) into a "classes" directory accessible to the
18 java interpreter (i.e., a directory that is listed in the colon
19 separated list of directories in your CLASSPATH environment variable).
20 Note: if you have an older version of the system already accessible
21 from your CLASSPATH you will want to temporarily remove it to avoid
22 conflicts.
23
24 Once files have been copied to an appropriate location, you should be able to
25 both compile and test the system by executing the INSTALL shell script
26 (sorry, but non Unix users are still on their own).  Again, be sure that 
27 you have placed these sources in a directory listed in your CLASSPATH 
28 environment variable (or changed your CLASSPATH to include this directory).  
29
30 A manual page that explains the operation and use of the system can be found
31 in manual.html and from the CUP home page mentioned below.
32
33 Bug reports regarding the installation 
34 process or the system as a whole should be sent to
35 <cananian@alumni.princeton.edu> with "JavaCUP" in the subject.
36
37 The CUP home page where the latest information regarding CUP can be found 
38 (e.g., new releases) is:
39
40   http://www.cs.princeton.edu/~appel/modern/java/CUP/
41
42 Enjoy,
43
44 Scott Hudson
45 Graphics, Visualization, and Usability Center 
46 Georgia Institute of Technology
47          
48 Last updated: 23-Jul-1999 [CSA]