...
On computers with real “Job Node” licenses, the application can be start with a double-click on the program's icon or an alias. When you want to utilize the RealFlow GUI license, the “Job Node” application has to be started in command-line mode from a terminal:
- Windows Start > All Programs > Accessories > Command Prompt
- Linux bash or any other comparable application
- OS X Terminal or any other comparable application
...
In the terminal application, you can go to the “Job Node's” main directory and launch the program for there, for example:
Windows | cd /Program Files/Job Manager/ |
---|---|
Linux * | cd “/bin/Job Manager/” |
OS X | cd “/Applications/Job Manager/” |
...
Now, the “Job Node” program has to be executed with a flag:
Windows | Job Node.exe -guilicense |
---|---|
Linux | “./Job Node” -guilicense |
OS X | “./Job Node.app/Contents/MacOS/Job Node" -guilicense |
...