diff options
Diffstat (limited to 'java/jikes-devel/pkg-descr')
-rw-r--r-- | java/jikes-devel/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/jikes-devel/pkg-descr b/java/jikes-devel/pkg-descr new file mode 100644 index 000000000000..90d8441ffffe --- /dev/null +++ b/java/jikes-devel/pkg-descr @@ -0,0 +1,18 @@ +This is jikes, a java source to byte-code compiler. The compiler has been +made available by IBM under their open-source license, please see: + +WWW: http://oss.software.ibm.com/developerworks/opensource/jikes/project/ + +for details. To operate, the CLASSPATH environment variable must typically +be set to a colon-delimited list of source directories, class directories, +or zip files. Note that jikes will complain if a non-existant directory or +file is specified in CLASSPATH. + +=============== + +// This software is subject to the terms of the IBM Jikes Compiler Open" +// Source License Agreement available at the following URL:" +// http://www.ibm.com/research/jikes." +// Copyright (C) 1996, 1998, International Business Machines Corporation" +// and others. All Rights Reserved." +// You must accept the terms of that agreement to use this software." |