Installation & Configuration Guide
27
Step 2
Check to see if .java.policy file is present.
If not present, please execute Step 3 and skip Step 4.
If present skip Step 3, and execute Step 4.
Step 3 (Execute this step if not present)
Copy the .java.policy file present in C:\Program Files\nec\clptrek\etc\ to the
following directory:
C:\Documents and Settings\<USERNAME>
Step 4 (Execute this step if present)
Open the .java.policy file in WordPad and add the following lines to the end of
the file:
grant codeBase "file:C:/Program Files/nec/clptrek/clptrek.jar" {
permission java.security.AllPermission;
};
Note:
The path specified above needs to be delimited by “/” not “\”.