| Windows |
| - |
Double-click the downloaded file to start installation |
| - |
If you do not have a Java virtual machine installed, be sure to download the package above which includes one.
|
| Mac OS X |
| - |
Requires Mac OS X 10.0 or later |
| - |
The compressed installer should be recognized by Stuffit Expander and should automatically be expanded after downloading. If it is not expanded, you can expand it manually using StuffIt Expander 6.0 or later. |
| - |
If you have any problems launching the installer once it has been expanded, make sure that the compressed installer was expanded using Stuffit Expander. If you continue to have problems, please contact technical support. |
| Linux |
| - |
After downloading open a shell and, cd to the directory where you downloaded the installer. |
| - |
At the prompt type: sh ./tmintra.bin
|
| Solaris |
| - |
After downloading open a shell and, cd to the directory where you downloaded the installer. |
| - |
At the prompt type: sh ./tmintra.bin
|
| AIX |
| - |
After downloading open a shell and, cd to the directory where you downloaded the installer. |
| - |
At the prompt type: sh ./tmintra.bin
|
| HP-UX |
| - |
After downloading open a shell and, cd to the directory where you downloaded the installer. |
| - |
At the prompt type: sh ./tmintra.bin
|
| Other UNIX platforms |
| - |
After downloading, type
java -jar tmintra.jar |
| - |
If that does not work, try
java -classpath [path to]classes.zip:tmintra.jar install |
| - |
If that does not work either, on sh-like shells, try
cd [to directory where tmintra.jar is located]
CLASSPATH=tmintra.jar
export CLASSPATH
java install |
| - |
Or for csh-like shells, try
cd [to directory where tmintra.jar is located]
setenv CLASSPATH tmintra.jar
java install |
| Any Java-enabled platform |
| - |
After downloading open a shell and, cd to the directory where you downloaded the installer. |
| - |
In a console window, change to the directory where you downloaded tmintra.jar to before running the installer |
| - |
Your operating system may invoke Java in a different way. To start the installer, add tmintra.jar to your CLASSPATH, then start the main class of the installer named install |