QMap0.4 Installer

Instructions
- After downloading, double-click instQMap.exe
Notes
- You do not need to have Java installed first


Instructions
- Install StuffIt Expander 4.5 before downloading
- After downloading, double-click instQMap
Notes
- Requires PowerPC and Mac OS 7.6.1 or later
- You do not need to have Java (MRJ) installed first
- The installer is MacBinary encoded and will automatically be decoded after downloading. If it does not, you can decode it using StuffIt Expander 4.5 (earlier versions of StuffIt Expander are not guaranteed to work).


Instructions
- After downloading, type  sh instQMap.bin
Notes
- You do not need to have Java installed first
- cd to the directory where you downloaded the installer before you run it


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]
  set CLASSPATH=
[path to]classes.zip:install.zip
  export CLASSPATH
  java install.zip
- Or for csh-like shells, try
  cd [to directory where install.zip is located]
  setenv CLASSPATH
[path to]classes.zip:install.zip
  java install.zip

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

Return to Simple Download Page...