SourceForge Logo

 

The Compression Utility that Covers All
 
Available Installers
Operating System Includes
Java VM
Without
Java VM
Instructions
  Win 95, 98, NT Download (6.2M) Download (4.3M) View
  Mac OS Download (10.8M) Download (4.3M) View
  Solaris Download (7.5M) Download (4.1M) View
  Unix   Download (4.1M) View
  O/S Warp   Download (3.9M) View
Java-enabled Platforms   Download (3.9M) View
Available Downloads
Description File Instructions
BiGZiP Jar file Download (960.1K) java -jar bigzip.jar
JavaHelp 1.1 Jar file Download (395.7K) required to run
Swing 1.1 Jar file Download (2.4M) required to run (but already included in Java2

 

Windows 95, Windows 98, Windows NT Instructions:

Instructions

After downloading, double-click

install.exe

Notes

If you do not have a Java virtual machine installed, be sure to download the package above which includes one.

(Go to Top)
 

Mac OS 7.6.1, 8.0, 8.1, 8.5 Instructions:

Instructions

After downloading, double-click

install

Notes

Requires PowerPC and Mac OS 7.6.1 or later

If you do not have a Java virtual machine installed, be sure to download the package above which includes one.

The installer is MacBinary encoded and will be automatically decoded after downloading.
If it does not, you can decode it using StuffIt Expander 4.5 or later

(Go to Top)
 

Solaris Instructions:

Instructions

After downloading open a shell and, cd to the directory where you downloaded the installer.

At the prompt type:

sh ./Install.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.

(Go to Top)
 

Unix Instructions:

Instructions

After downloading open a shell and, cd to the directory where you downloaded the installer.

At the prompt type:

sh ./Install.bin

Notes

You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java web site, or contact your OS manufacturer.

(Go to Top)
 

OS/2 Warp Instructions:

Instructions

After downloading, type:

jre -cp install.zip install

Or you can type:

CLASSPATH=install.zip
java install

Notes

Be sure you have Java 1.1.6 or later installed. You can download Java from IBM's site

In a console window, change to the directory where you downloaded install.zip to before running the installer

(Go to Top)
 

All Other Platforms Instructions:

Instructions (Unix or Unix-like operating systems)

After downloading, type

jre -cp install.zip install

If that doesn't work, try

jre -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 install

Or for csh-like shells, try

cd [to directory where install.zip is located]
setenv CLASSPATH [path to]classes.zip:install.zip
java install

Instructions (for other platforms)

Be sure you have Java 1.1.6 or later 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)