Download
- GeoGebra 3.2 for Windows
- GeoGebra 3.2 for Mac OS X
- GeoGebra 3.2 for Linux
- GeoGebra 3.2 for other Java platforms
You are free to copy, distribute and transmit GeoGebra for non-commercial purposes. Please see the GeoGebra license for details.
Instructions
Windows
Instructions
- After downloading, double-click GeoGebra_3_2_0_0.exe
- The installer will check if there is an older version of GeoGebra installed and help you to remove it before the new version is installed.
Notes
- You may need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site.
Mac OS X
Instructions
- After downloading, double-click GeoGebra_3_2_0_1.zip to unzip the GeoGebra application folder, then move the GeoGebra application folder into your Applications folder.
Notes
- Be sure you have Java 1.4.2 (or later) installed. You can download Java from Apple's web site.
- The zip file should automatically be expanded after downloading. If it is not expanded, you can expand it manually using StuffIt Expander.
Linux
Instructions
- After downloading open a shell and, cd to the directory where you downloaded the installer.
- At the prompt type:
sh ./GeoGebra_3_2_0_1.bin
Notes
- You may need to install a Java 1.4.2 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
Other Platforms
Instructions (Unix or Unix-like operating systems)
-
After downloading, type
java -jar GeoGebra_3_2_0_1.jarIf that does not work, try
java -classpath [path to]classes.zip:GeoGebra_3_2_0_1.jar installIf that does not work either, on sh-like shells, try
cd [to directory where GeoGebra_3_2_0_1.jar is located]
CLASSPATH=GeoGebra_3_2_0_1.jar
export CLASSPATH
java installOr for csh-like shells, try
cd [to directory where GeoGebra_3_2_0_1.jar is located]
setenv CLASSPATH GeoGebra_3_2_0_1.jar
java install
Instructions (for other Java platforms)
- Be sure you have Java 1.4.2 (or later) installed. You can download Java from Sun's Java web site.
- In a console window, change to the directory where you downloaded GeoGebra_3_2_0_1.jar to before running the installer.
- Your operating system may invoke Java in a different way.
- To start the installer, add GeoGebra_3_2_0_1.jar to your CLASSPATH, then start the main class of the installer named install.
