The way class management should be . . . . . .
Home Download your free copy of ClassBuilder now! More ClassBuilder Info Help
Thank you for downloading ClassBuilder/Java.
Important:  You need to have java installed on your system first.


First download the install.zip file, click here.

Then, read the instructions below to install on UNIX, LINUX, or any other Java ready system!
If you have any questions about the file, please check the Help Desk.


    Instructions (Unix or Unix-like operating systems)

    • After downloading, type
        jre -nojit -cp install.zip install
    • If that doesn't work, try
        jre -nojit -classpath [path to]classes.zip:install.zip install
    • If that doesn't work either, on sh-like shells, try
        cd [to directory where install.zip is located]
        CLASSPATH=[path to]classes.zip:install.zip
        export CLASSPATH
        java -nojit install
    • Or for csh-like shells, try
        cd [to directory where install.zip is located]
        setenv CLASSPATH [path to]classes.zip:install.zip
        java -nojit install


    Instructions (for other platforms)

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


    (Go To Top)



Return to ClassBuilder Home Page.