| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
GeoGebra Command Line Arguments
In order to start GeoGebra from the command line make sure you have all the geogebra*.jar files in one directory. You can download them here: http://www.geogebra.org/webstart/unpacked/
Usage
java -jar geogebra.jar [OPTION] [FILE]
Usage on Windows (if installed via off-line installer)
C:/Program Files/Geogebra/geogebra.exe [OPTION] [FILE]
Starts GeoGebra with the specified OPTIONs and opens the given FILE.
Options
--language=ISO_CODE |
set language using locale code, e.g. en, de_AT |
| --antiAliasing=BOOLEAN | turn antialiasing on (true) or off (false) |
--showAlgebraWindow=BOOLEAN |
show/hide algebra window |
--showAlgebraInput=BOOLEAN |
show/hide algebra input field |
--showAxes=BOOLEAN |
show/hide coordinate axes |
--enableUndo=BOOLEAN |
enable/disable Undo |
--showGrid=BOOLEAN |
show/hide coordinate grid |