![]() |
JavaPartyA distributed companion to JavaCurrent release 1.9.5 Bernhard Haumacher, Thomas Moschny and Michael Philippsen |
|
Contents See also
Powered by
|
JavaParty Setup1. Unpack the distribution archiveSuppose you downloaded the JavaParty distribution called jp-karmi-1.9.5.tgz. You have to extract the archive to a directory of your choice: gzip -d jp-karmi-1.9.5.tgz tar -xvf jp-karmi-1.9.5.tar The extraction of the archive creates a single directory jp-karmi containing all files and directories of the distribution, so you possibly want to extract the archive directly in your home directory. 2. Make invocation scripts accessibleThe JavaParty distribution ships with a set of scripts that enable
you to easily start and stop the JavaParty environment. Make sure,
your shell can find the scripts in the setenv PATH <install-directory>/jp-karmi/bin:$PATH Do not move the scripts to another location, because otherwise they will fail to find required files from the distribution. 3. Unix only: Configure hosts for executionThere is a convenient way to start a JavaParty application from a
Unix system. You only need a configuration file
host1.mydomain.com host2.mydomain.com host3.mydomain.com host4.mydomain.com Make sure, you can log into the listed machines via
Note: Use hostnames that are valid on each of the participating
machines. Furthermore, they must not only be valid, but point to the
same physical machine, no matter where they are looked up. For
example, you shouldn't use Test whether the login works for all machines type: jpinvite -test 4. Test the componentsTo check whether JavaParty can find all required components, try the following command on your shell prompt: javaparty -help If the command completes without an error, it prints a brief help information and lists the properties of your installed JavaParty runtime environment. Next you will want to see JavaParty in operation. Go to the "Quick Tour" section to learn how JavaParty programs are executed. If an error is reported and you are unable to resolve the problem from the description, you should check, whether your system meets all requirements for your version of JavaParty or consult the "Trouble Shooting" section. |
|||||||
| For comments and bug reports please use the JavaParty users mailing list. Page design & maintenance: Bernhard Haumacher. Last update: Fri Mar 30 18:46:00 GMT+01:00 2007 Java is a trademark of Sun Microsystems. |