- Install the latest version of Java 8.
We recommend Adoptium Open JDK.
...
cd /tmp
wget https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public
Clean up
cd /tmp
rm adoptopenjdk-keyring.gpg* public
Configuration
- Update the security settings to allow strong encryption and decryption of files: set the crypto.policy to unlimited for the JRE used by PhixFlow.
- To do this, go to the JRE directory
/lib/security/java.security
file.
- To do this, go to the JRE directory
...
Code Block |
---|
crypto.policy=unlimited |
- You do not need to set the environment variable JAVA_HOME, but some operators find this useful for convenience. Note that some installation processes will set this for you. If you decide you wish to set this and it has not been set by your installation process, set it to the base installation directory of Java, e.g.
Note |
---|
|
...