Running Payara Server on the Zulu JVM

Product News

In this quick blog I will explain how you can install Zulu JVM and run Payara Server on it. I will be using Ubuntu 14.04 LTS but it shouldn’t require many modifications in case you prefer using other Linux-based platforms.

What is Zulu?

Zulu is a JVM product from Azul Systems. It is highly compatible software, similar to Oracle’s Java. The whole idea behind Zulu is for it to be as good as the Java SE standards. It is an efficient hotspot JVM with compatibility that gels with most, if not all, Java programs. Zulu is fine tuning the open-source OpenJDK of the JVM and packaging it for commercial purposes. The software in itself is free,  but  commercial support is also available. 

Its high compatibility enables the Zulu JVM to be used on Windows Server, Windows, Mac OSX , SUSE Linux Enterprise Server, CentOS, and Ubuntu. It is cloud-ready, supporting both public and private cloud platforms.

Zulu is perfect for companies that need a fully open-source tool chain or those whose major applications are running on Java and require affordable, yet quality support that caters to major releases of Java. It can be integrated with Microsoft’s Open Tech Azure plug-in for Eclipse Java Tooling. It also supports virtualized deployments using VMware Hyper –V.

Zulu & Payara Server

In regards to the compatibility of Zulu with Payara Server, it is critical to note that Payara Server is a Java process, which relies on a JVM to run and support the Java applications within it. This is because JVM systems are part of a Payara Server’s configuration. Zulu therefore enables the translation of byte codes into the language of the Payara host machine, thereby making running programs seamless . 

Installing Zulu JVM

The latest release of the Zulu JVM can be downloaded from http://www.azul.com/downloads/zulu/. Detailed instruction on the installation can be found on here. Executing command below on the terminal should start the installation process:

$ sudo dpkg -i zulu8.13.0.5-jdk8.0.72-linux_amd64.deb

Finally, to check you have successfully installed the Zulu JDK, type java -version on the terminal.

Payara-Zulu_Blog_1.png

Starting Payara Server

First, download the latest release of Payara Server. To start Payara Server, execute the following command:

$ Payara_installed_directory/bin/asadmin start-domain

And that’s all – we can see on the JVM properties that Payara Server is now running on the Zulu JVM!

Payara-Zulu_Blog_2.png

 If you’re new to Payara Server, make sure you have a look at our Beginners Guide here, and if you want to stay up-to-date with our technical posts on Java EE, Payara Server, GlassFish, microservices and more – subscribe to the blog via a a simple form at the top of this page.

Comments (0)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

Related Posts

payara qube logo 5 minutes
Payara

Payara Cloud Is Now part of Payara Qube family of Unified Platforms for Enterprise Java

Payara Cloud is becoming part of Payara Qube family of Java application deployment runtimes. This move reflects how the […]

payara qube logo 2 minutes
News

Enterprise Java Deployment Simplified with Payara Qube’s New, Unified Offering

Payara Services, a leading vendor of enterprise Java technologies, is aligning Payara Cloud with the Payara Qube Java application […]

What's New In The Payara Platform August 2025 Release? 3 minutes
Community

What’s New In The Payara Platform October 2025 Release?

The October 2025 release brings focused improvements across Payara Platform Community 6.2025.10 (download here), Payara Platform Enterprise 6.31.0 (download […]