Skip to main content

Can I check if Oracle Java (JRE, SE & JDK) is used in IFS Cloud application? Meaning installed in any of the servers (Mgmt, App, Artifact & DB) in client hosted AWS server even in client PC/Laptop?
 
If yes, any replacement such as Open JDK such as Redhat JDK or Amazon JDK (Amazon Corretto)?

Hi ZhanHao,

 

OpenJDK is being used. You can confirm as follows.

On the Windows Management server:

C:\>java --version
openjdk 11.0.2 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)

 

You can check within the pods like below. Here is just one example:

C:\>kubectl exec -it deploy/ifsapp-odata -n <ifs namespace> -c ifsapp-odata -- java --version
openjdk 11.0.18 2023-01-17
OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.0.18+10, mixed mode)

 

Best regards,

Ben


Reply