What is GeoGebra? GeoGebra is free and multi-platform dynamic mathematics software for all levels of education that joins geometry, algebra, tables, graphing, statistics and calculus in one easy-to-use package. It has received several educational software awards in Europe and the USA. Quick Facts
System requirements
Installing GeoGebra Download the file GeoGebra-Unixlike-Installer-4.4.42.0.tar.gz. Create a folder (directory) "GeoGebra". Open the tar.gz file with a filemanager. You get a new file "geogebra-4.4.42.0.tar". Open the file "geogebra-4.4.42.0.tar", this will take a few seconds. Now you get a folder (directory) with the name "geogebra-4.4.42.0". Open the folder "geogebra-4.4.42.0" and copy the contents to the new folder "GeoGebra". Remove the files "install-sh", "install.sh" and "uninstall.sh", we can't use these files. The file "geogebra" is also a Unix file with al kinds of options. You can delete it or keep it for what options are available in case you need something. The site www.geogebra.org does have an extensive help and tutorial, but they didn't think of other OS systems than the usual, so they always point out to installer programs and there aren't any for our OS. So we have to help ourself. The good thing? The file "geogebra-bugs.txt" stays unfortunately not empty on my system. I have made a report on their forum. The used cmd file GeoGebra works very well with Open JDK in OS/2-eCS. I have a geogebra.cmd file with the following contents; @echo off set BEGINLIBPATH=[drive: java]\JAVA160ga5\bin set path=[drive: java]\JAVA160ga5\bin [drive: GeoGebra] cd [drive: GeoGebra]\GeoGebra java -Xmx512m -Duser.home=[drive: GeoGebra]\geogebra -jar geogebra.jar --logfile=geogebra.log 2>geogebra-bugs.txtI use 2 separate folders (directories), one for Java and one for GeoGebra with the files created by this program. The references used in the cmd file;
should be replaced by real drive letters. Save the file and rename it to geogebra.cmd or use/adjust geogebra.cmd from the distribution. This file is copied to the GeoGebra directory. Furthermore, different paths?, adjust according to your needs. Create a new program object or copy it from the file below. Specify the path and file name: "[drive: GeoGebra\GeoGebra\geogebra.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "GeoGebra". Parameters / options explained
Download In the file you can find the above command file (all drive letters are on set to C:) and an OS/2 GeoGebra icon: GeoGebra-eCS.zip. revision August 7, 2014 |