Running the Java Install Packages
If using 64 bit Linux versions, or other Java-enabled operating systems that are not listed in the system requirements, you must install @task using the Java installer. You must execute the Java files from the command line.
Instructions (Unix or Unix-like operating systems)
-
For Java 2, after downloading, type
java -jar attaskinstall.jar
-
For Java 1.1, after downloading, type
jre -cp attaskinstall.jar install
-
If that fails, try the following:
java -classpath [path to]classes.zip:attaskinstall.jar install
-
If that fails, try the following:
cd [to directory where attaskinstall.jar is located]
CLASSPATH=attaskinstall.jar export CLASSPATH java install
-
For csh-like shells, try the following:
cd [to directory where attaskinstall.jar is located]
setenv CLASSPATH attaskinstall.jar java install
Instructions (for other platforms)
-
Be sure you have Java 1.5.0_11 or later installed. You can download Java from java.sun.com .
-
In a console window, change to the directory in which you downloaded attaskinstall.jar before running the installer.
N O T E : Your operating system may invoke Java in a different way. To start the installer, add attaskinstall.jar to your CLASSPATH, then start the main class of the installer named install.
Configuring @task
To configure @task, refer to Chapters 13 and 14 of the @task User's Guide.