Expand my Community achievements bar.

SOLVED

Azul Zulu OpenJDK 11 Vs Oracle JDK

Avatar

Level 5

Hi Team 

How to validate the whether we installed AEM with Azul Zulu OpenJDK 11 or Oracle JDK?

 

Is there any potential issues if we install the AEM using  Azul Zulu OpenJDK 11 instead of Oracle JDK (Most of the time we used Oracle JDK but Amazon E2 server already installed the Azul Zulu OpenJDK 11.

 

Here is URL referring :
https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requi...

https://experienceleague.adobe.com/docs/experience-manager-65/assets/Java_Policy_for_Adobe_Experienc...


Regards

Vara

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@varaande you can try using the below command for detailed information- 

java -XshowSettings:properties -version

View solution in original post

5 Replies

Avatar

Community Advisor

Hi @varaande ,

 

Use SSH to connect to your Amazon EC2 instance. Replace your-instance-ip with the actual IP address or DNS name of your EC2 instance, and use the appropriate SSH key file if required: 

 

ssh -i your-key.pem ec2-user@your-instance-ip

 

  Replace ec2-user with the appropriate username based on the AMI you are using.

Once you are connected to the EC2 instance, run the following command to check the installed JDK version:

 

java -version

 



Azul Zulu OpenJDK 11 falls under support category A, which means Adobe provides full support and maintenance for this configuration. This configuration is covered by Adobe's quality assurance process. Oracle Java™ 11 is supported until September 2026 at a minimum.

 

So better to go with the recommended JDK as per Adobe doc: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/introduction/technical-requi...

 

Regards,
Sravan

 

Avatar

Community Advisor

@varaande You can simply use java --version to check, for eg:

Manu_Mathew__0-1695876528015.png

 

Azul Zulu OpenJDK LTS versions are supported for on-premises AEM deployments starting with version 6.5 SP9. Support and distribution of the Azul Zulu JDK LTS versions must be licensed directly from Azul by Adobe customers.

 

Just that- Adobe will no longer provide support and distribution of the Azul Zulu
JDK LTS releases. Other than that there should not be any potential issues.

 

 

Avatar

Level 5

Hi 

 

How to find whether we are using the "Azul Zulu OpenJDK 11 or Oracle JDK" 

 

Here is screenshot for java -version at aem author server

varaande_0-1696970440967.png

 

Regards

Vara

 

 

 

 

Avatar

Correct answer by
Community Advisor

@varaande you can try using the below command for detailed information- 

java -XshowSettings:properties -version

Avatar

Administrator

@varaande Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni