Next: Installing and compiling the
Up: Installation and Configuration
Previous: Installing the compiled version
  Contents
- Unzip JavaGroups.zip or untar JavaGroups.tar This will create a directory, e.g. JavaGroups-2.0.
- Add the classes subdirectory of this directory to your CLASSPATH, e.g.:
export CLASSPATH=$CLASSPATH:/home/<user>/JavaGroups-2.0/classes.
(JavaGroups would be in /home/user/JavaGroups-2.0). Note that it is
probably advisable to add a period (.:) to your
CLASSPATH so that class files in the current directory are found
correctly (e.g. for the demo programs).
- Compiling the class files
- You need to have make and Perl available on your system.
- CD to the build directory
- Type make configure ; make. The first time it is run,
this script will look for IBM's Jikes compiler2.1, and only if not
found look for javac. It will then ask you what compiler to use, what flags
to pass to the compiler, and ask you to confirm
what directory JavaGroups lives in. Finally, it creates two files:
Makefile.include and configure.cache. The latter file is used the next time the Perl script is run.
- The class files will be created in the classes directory
- If you want to create javagroups.jar, type make javagroups.jar. This will
create the JAR files in the dist directory.
- To generate the JAVADOC documentation type make documentation. This creates
the documentation in the doc/javadoc directory
Next: Installing and compiling the
Up: Installation and Configuration
Previous: Installing the compiled version
  Contents
Bela Ban
2002-11-16