First time here? Check out the Help page!
1 | initial version |
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
2 | No.2 Revision |
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.
3 | No.3 Revision |
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.