Reference:Command Line Arguments

From GeoGebra Manual
Revision as of 01:43, 5 August 2011 by Zbynek (talk | contribs) (Created page with "In order to start GeoGebra from the command line you have to either install GeoGebra using the [http://www.geogebra.org/cms/installers offline installers] or make sure you have a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In order to start GeoGebra from the command line you have to either install GeoGebra using the offline installers or make sure you have all the *.jar files in one directory. You can download them here: http://www.geogebra.org/webstart/unpacked/

Usage

When using *.jar files directly

java -jar geogebra.jar [OPTION] [FILE]

Usage on Windows (if installed via off-line installer)

C:/Program Files/Geogebra/geogebra.exe [OPTION] [FILE]

Usage on Linux (if installed via deb or rpm packages)

geogebra [OPTION] [FILE]

Starts GeoGebra with the specified OPTIONs and opens the given FILE.

Options

--help print help message
--v print version information, e.g. GeoGebra 3.9.294.0 21 July 2011 Java 1.6.0_26
--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 View
--showSpreadsheet=BOOLEAN show/hide Spreadsheet View
--showCAS=BOOLEAN show/hide CAS View
--showAlgebraInput=BOOLEAN show/hide algebra Input Bar
--showAxes=BOOLEAN show/hide coordinate axes
--enableUndo=BOOLEAN enable/disable Undo
--showGrid=BOOLEAN show/hide coordinate grid
--showSplash=BOOLEAN show splash screen on startup
--settingsFile=BOOLEAN Load/save settings from/in a local file
--CAS=STRING Switches CAS used by GeoGebra. CurrentlyOnly supported value is MPREDUCE. See our developers' wiki for details.
© 2024 International GeoGebra Institute