Setting the Environment Variables in Microsoft Windows
To set the JAVA_TOOL_OPTIONS
environment variables in Microsoft Windows:
- Click Start, Control Panel, System, and then Advanced system settings.
- In the System Properties dialog box, on the Advanced tab, click Environment Variables.
- Add the
JAVA_TOOL_OPTIONS
environment variable:- In the System Variables section, click New.
- In the Variable name field, type
JAVA_TOOL_OPTIONS
. - In the Variable value field, type the following:
-Dprimavera.encryptor.provider="IAIK"
- Click OK.
- Exit the Control Panel.
Setting the Environment Variables with Unix or Linux
To set the JAVA_TOOL_OPTIONS
environment variables with Unix or Linux:
- Set the
JAVA_TOOL_OPTIONS
environment variable by typing the following command:export JAVA_TOOL_OPTIONS=-Dprimavera.encryptor.provider="IAIK"