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/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.
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/Linux 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 system.system