Traction TeamPage

Version: 4.2 (Build 68)

Available Installers


Platform
includes Java VM
without Java VM
Instructions
MacOSX
Download (161.5M)
View
Windows32
Download (187.6M)
View
Windows64
Download (183.4M)
View
SolarisSPARC
Download (220.2M)
View
SolarisAMD64
Download (220.5M)
View
Linux x86
Download (221.4M)
View
Linux x64
Download (212.8M)
View
Other Java-enabled Platforms
Download (161.9M)
View
Solaris x86
Download (219.6M)
Download (172.9M)
View

Installation Instructions


Windows

    Instructions

    • After downloading, double-click traction4268.exe


    Notes

    • You do not need to install any other software. A Java virtual machine is included with this download.


    (Go To Top)


Mac OS X

    Instructions

    • After downloading, double-click traction4268


    Notes

    • Be sure you have Java installed. You can download Java from Apple's site
    • 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.


    (Go To Top)


Solaris

    Instructions

    • After downloading open a shell and,  cd to the directory where you downloaded the installer.
    • At the prompt type:  sh ./traction4268.bin


    Notes

    • If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.


    (Go To Top)


Linux

    Instructions

    • After downloading open a shell and,  cd to the directory where you downloaded the installer.
    • At the prompt type:  sh ./traction4268.bin


    Notes

    • A Java virtual machine is included with this download. It will be run automatically when you run the shell script.


    (Go To Top)


All Other Platforms

    Instructions (Unix or Unix-like operating systems)

    • For Java 2, after downloading, type
        java -jar traction4268.jar
    • For Java 1.1, after downloading, type
        jre -cp traction4268.jar install
    • If that does not work, try
        java -classpath [path to]classes.zip:traction4268.jar install
    • If that does not work either, on sh-like shells, try
        cd [to directory where traction4268.jar is located]
        CLASSPATH=traction4268.jar
        export CLASSPATH
        java install
    • Or for csh-like shells, try
        cd [to directory where traction4268.jar is located]
        setenv CLASSPATH traction4268.jar
        java install


    Instructions (for other platforms)

    • Be sure you have Java installed. You can download Java from Sun's site
    • In a console window, change to the directory where you downloaded traction4268.jar to before running the installer
    • Your operating system may invoke Java in a different way. To start the installer, add traction4268.jar to your CLASSPATH, then start the main class of the installer named install


    (Go To Top)