Reference:Command Line Arguments

From GeoGebra Manual
Revision as of 09:50, 10 April 2013 by Zoltan Kovacs (talk | contribs)
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 (to ensure enough memory is allocated: don't double-click)

java -Xms32m -Xmx1024m -jar geogebra.jar java [OPTIONS] [FILES]

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

C:/Program Files/Geogebra/geogebra.exe [OPTIONS] [FILES]

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

geogebra [OPTIONS] [FILES]

Starts GeoGebra with the specified OPTIONS and opens the given FILES.

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=[true|false] turn antialiasing on (true) or off (false)
--showAlgebraWindow=[true|false] show/hide Algebra View
--showSpreadsheet=[true|false] show/hide Spreadsheet View
--showCAS=[true|false] show/hide CAS View
--showAlgebraInput=[true|false] show/hide algebra Input Bar
--showAxes=[true|false] show/hide coordinate axes
--enableUndo=[true|false] enable/disable Undo
--showGrid=[true|false] show/hide coordinate grid
--showSplash=[true|false] show splash screen on startup
--settingsfile=FILENAME load/save settings from/in a local file (used by the portable version)
--resetSettings resets settings to defaults
--export=<File> Exports the Graphics View to SVG/PNG/PDF/EMF/EPS as determined by the extension
You must specify the resolution with --dpi
--dpi=<Integer> dots per inch, eg 300 (only used in conjunction with --export)
--laf=<system|crossplatform> Change the "Look and Feel" of the GUI
--versionCheckAllow
allow version check (on/off or true/false for single launch). Note: if this option is not used, then it will check for new version, unless system preferences are set to disable it. This preference has to be created on "geogebra" key, with name "version_check_allow" (e.g. HKEY_LOCAL_MACHINE/Software/JavaSoft/Prefs/geogebra/version_check_allow in Windows registry), and value "false" if, on the computer, no check for new version is allowed.

fr:Référence:Ligne_Commande es:Referencia:Argumentos_de_Línea_de_Comandos it:Riferimenti:Argomenti della riga di comando

© 2024 International GeoGebra Institute