Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Install the latest version of Java 8.
    We

...

  1. recommend Adopt Open JDK, which you can download

...

  1. fromĀ https://adoptopenjdk.net/

...

  1. . Select the options:
    • OpenJDK 8
    • HotSpot.
  2. If necessary, update the security settings to allow strong encryption and decryption of files.
  3. For Java 1.8.0_151 and later,

...

  1. set the crypto.policy

...

  1. to unlimited for the JRE used by PhixFlow.

...

  1. To do this, go to the JRE directory /lib/security/java.security file

...

  1. .
    The crypto.policy line is commented out.

    Code Block
    languagetext
    # crypto.policy=unlimited

...

  1. Delete the

...

  1. #"

...

  1. to uncomment the line:

    Code Block
    crypto.policy=unlimited

...


Note

We strongly recommend that you use the latest version of Java.

For versions before Java 1.8.0_151, you must install the JCE Unlimited Strength Jurisdiction Policy files.