MaFoDeM

 menu  help/execution_syntax                        
 main
 examples  
 help
 discussion
 screenshots
 author

Execution syntax

Application can be executed from the System console with parameters. There are two ways how application can be executed:

  1. by call of interpreter java.exe,
  2. directly by execution mafodem.jar.

Call of interpreter:
java -jar [jarpath] -projectName [projname] -directoryName [dirname]

Directly:
[path]mafodem.jar -projectName [projname] -directoryName [dirname]

For example: If you have installed the Application in directory c:/mafodem and project files in directory c:/mafodem/data you can use following command:

java -jar c:/mafodem/mafodem.jar -projectName myproject -directoryName c:/mafodem/data

or

c:/mafodem/mafodem.jar -projectName myproject -directoryName c:/mafodem/data

where myproject is name of the project.

Note: Path separators are Platform-dependent.

updated:
14. 04. 2009

counter:
13 this month
12 unique
2807 total

 
author:
Petr Frantík
Institute of Structural Mechanics
Faculty of Civil Engineering
Brno University of Technology
Czech Republic
e-mail: kitnarf at centrum dot cz
www.kitnarf.cz
 

Copyright 2006 Petr Frantík