Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You need to set an environment variable DYMOLA_RUNTIME_LICENSE to the location of your license file. How to do this depends on what OS you are using.

Windows command line:

setx DYMOLA_RUNTIME_LICENSE "<path to the license>"

Mac OSX command line:

export DYMOLA_RUNTIME_LICENSE="<path to the license>"

And there's a good collection of methods here, in case none of the above suit your system

You need to set an environment variable DYMOLA_RUNTIME_LICENSE to the location of your license file. How to do this depends on what OS you are using.

Windows command line:

setx DYMOLA_RUNTIME_LICENSE "<path to the license>"

Mac OSX command line:

export DYMOLA_RUNTIME_LICENSE="<path to the license>"

And there's a good collection of methods here, in case none of the above suit your systemsystem.

You need to set an environment variable DYMOLA_RUNTIME_LICENSE to the location of your license file. How to do this depends on what OS you are using.

Windows command line:

setx DYMOLA_RUNTIME_LICENSE "<path to the license>"

Mac OSX OSX/Linux command line:

export DYMOLA_RUNTIME_LICENSE="<path to the license>"

And there's a good collection of methods here, in case none of the above suit your system.