Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Install the latest version of Java 8. We reccomend Adopt Open JDK, download it from https://adoptopenjdk.net/ (select options 1: OpenJDK 8 and 2: HotSpot )


You may need to update the security settings to allow strong encryption and decryption of files.

For Java 1.8.0_151 and later, the "crypto.policy" Security property must be set to unlimited for the JRE used by PhixFlow. In the JRE directory /lib/security/java.security file alter the line:

# crypto.policy=unlimited

Uncomment this line (remove the "#") so it now reads:

crypto.policy=unlimited

It is recommended 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.

  • No labels