If you downloaded the .tgz version, unpack it on the command line with "tar -xzf file_name.tgz" and then follow the simple instructions in the top level README file. Each archive within the package contains a lib directory with libraries that need to be installed in order to run the program. The README file explains the best place to put these libraries.
If you downloaded the .rpm version, unpack it on the command line with "tar -xzf file_name.tgz", log in as root, and either use an RPM Manager program or install the package(s) with "rpm -i --force file_name.rpm". If the installation fails because it cannot find the appropriate version of libstdc++, run "rpm -i --force --nodeps *.rpm".
We would like to, but web browsers on UNIX don't allow you to automatically run a program after you have downloaded it. This is primarily for security reasons. You have to set the executable flag on the program after you have downloaded it.
You also have to switch to root before you can install any RPM packages. (If you are running your web browser as root, you are really asking for trouble. For security reasons, you should never do anything as root unless you absolutely must.)
In addition, the JX Application Framework cannot be packaged as an RPM. We therefore have to provide a tar file instead. Also, browsers on Windows think that .rpm files are Real Player files, so we have to use the .tgz suffix to allow people to download our software to a Windows machine (from which they then transfer the file to their UNIX machine).
That said, we are always open to suggestions for improving and simplifying the installation process!