Difference between revisions of "FAQ"
From KalypsoDev
Gernotbelger (Talk | contribs) (Created page with '=Frequently Asked Questions= ==Installation== {| border="1" cellpadding="10" cellspacing="5" |-valign="top" |width="40%"|'''How do I install Kalypso?''' |width="60%"| :Run the …') |
Gernotbelger (Talk | contribs) |
||
Line 52: | Line 52: | ||
|-valign="top" | |-valign="top" | ||
|width="40%"|'''What are the differences between WspWin and WSPM?''' | |width="40%"|'''What are the differences between WspWin and WSPM?''' | ||
− | |width="60%"|[http://kalypso.bjoernsen.de/fileadmin/kalypso/documentation/Vergleich_WspWin_WSPM.pdf see here (german)] | + | |width="60%"|[http://kalypso.bjoernsen.de/fileadmin/kalypso/documentation/Vergleich_WspWin_WSPM.pdf see here (german)] [[VergleichWspWinKalypsoWSPM]] |
|} | |} |
Revision as of 10:31, 27 November 2012
Frequently Asked Questions
Installation
How do I install Kalypso? | |
What is the kalypso.ini good for? |
In the kalypso.ini file you can specify additional options:
|
Can I use an already installed version of Java? | Yes, Kalypso will automatically use public Java version installed on your machine. However, Kalypso will first look for a 'jre' subfolder in the Kalypso installation. So if you want to force Kalypso to use a specific Java Version, just copy it into the Kalypso installation. For example, the setup.exe will installa Kalypso with a bundled jre folder. |
What Java version should I use? | Kalypso runs with Java SE 6, we recommend using the latest version. |
The map is not painted or the zoom tool in the timeseries chart does not work. | Newer versions of Java seem to have problems with some outdated graphic card drivers. Try to update your graphic card driver to the newest version. If this does not work, try to run Kalypso with an older Java version. Running Kalypso with Java SE 6 Update 10 or lower usually works. |
Do I need administrator rights for the installation process? | Yes. |
What is a working directory and how can I specify it? | Your working directory is the place, where all your model data will be stored. By default is is set to the root folder of Kalypso. If you must handle huge models with lots of data you might want to change the location of your working directory.
You can specify a different location by creating a link to the kalypso.exe and adding the following parameter: -data <<path>>: Set the path to your workspace folder (i.e. folder containing your data). E.g. -data c:\temp\eclipse_workspaces\deploy_workspaces |
Are there more parameters I need to know of? | If you want to keep the temp data from the calculation cores (by default this data will be deleted) you can create a file '.options' in the root directory of Kalypso.
In this file you can specifiy a set of additional parameters:
In order to activate these options, Kalypso must run with the '-debug' option (either specified in the link or the kalypso.ini file). |
Kalypso WSPM
What are the differences between WspWin and WSPM? | see here (german) VergleichWspWinKalypsoWSPM |