How to permanently set PROTEGE_HOME environment variable in Mac OS (10.9.5). For protege plugin development from eclipse.
Thanks, Sai
How to permanently set PROTEGE_HOME environment variable in Mac OS (10.9.5). For protege plugin development from eclipse.
Thanks, Sai
In Terminal type the following:
$ sudo launchctl setenv PROTEGE_HOME true
Password:<you have to insert your password here>
$ sudo launchctl getenv PROTEGE_HOME
true
You could unset the variable with the command:
$ sudo launchctl unsetenv PROTEGE_HOME