Difference between revisions of "Reference:Command Line Arguments"

From GeoGebra Manual
Jump to: navigation, search
Line 24: Line 24:
 
|-
 
|-
 
|<code>--v</code>
 
|<code>--v</code>
| print version information, e.g. ''GeoGebra 3.9.294.0 21 July 2011 Java 1.6.0_26''
+
| print version information, e.g. ''GeoGebra 4.0.0.0 20 August 2011 Java 1.6.0_26''
 
|-
 
|-
 
|<code>--language=ISO_CODE</code>
 
|<code>--language=ISO_CODE</code>
Line 61: Line 61:
 
|<code>--resetSettings</code>
 
|<code>--resetSettings</code>
 
|resets settings to defaults
 
|resets settings to defaults
|-
 
|<code>--CAS=STRING</code>
 
|Switches CAS used by GeoGebra. Currently the only supported CAS is MPREDUCE. Support for MAXIMA is experimental and currently not recommended. See [http://www.geogebra.org/trac/wiki/GeoGebraCAS our developers' wiki] for details.
 
 
|}
 
|}

Revision as of 09:34, 9 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 4.0.0.0 20 August 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
© 2024 International GeoGebra Institute