|
Step 2 - Set
Environment Variable
Set the TRIANA environment variable to the Triana
home directory.
| e.g.
(from the command prompt) |
| |
set
TRIANA=C:\triana |
|
(windows) |
| |
setenv TRIANA=/home/user/triana |
|
(unix - tcsh) |
| |
export TRIANA=/home/user/triana |
|
(unix - bash) |
Windows Users Note: When installing Triana
and the Java JDK please ensure that the directory path
you use for each does not include any spaces in the
directory names. Failure to do so will cause Triana (and
most other Java applications) to not run.
|