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]
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 |
