Difference between revisions of "Reference:Command Line Arguments"

From GeoGebra Manual
Jump to: navigation, search
(added --resetSettings)
Line 57: Line 57:
 
|-
 
|-
 
|<code>--settingsFile=BOOLEAN</code>
 
|<code>--settingsFile=BOOLEAN</code>
|Load/save settings from/in a local file
+
|load/save settings from/in a local file
 +
|-
 +
|<code>--resetSettings</code>
 +
|resets settings to defaults
 
|-
 
|-
 
|<code>--CAS=STRING</code>
 
|<code>--CAS=STRING</code>
 
|Switches CAS used by GeoGebra. Currently the only supported CAS is MPREDUCE. Support for MAXIMA is experimental and currently abandoned. See [http://www.geogebra.org/trac/wiki/GeoGebraCAS our developers' wiki] for details.
 
|Switches CAS used by GeoGebra. Currently the only supported CAS is MPREDUCE. Support for MAXIMA is experimental and currently abandoned. See [http://www.geogebra.org/trac/wiki/GeoGebraCAS our developers' wiki] for details.
 
|}
 
|}

Revision as of 03:04, 5 August 2011

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
--resetSettings resets settings to defaults
--CAS=STRING Switches CAS used by GeoGebra. Currently the only supported CAS is MPREDUCE. Support for MAXIMA is experimental and currently abandoned. See our developers' wiki for details.
© 2024 International GeoGebra Institute