Visit Azul.com Support

Running a Java Application

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us
Looking for Zing?
The Azul Zing Virtual Machine is now Azul Zulu Prime Builds of OpenJDK and part of Azul Platform Prime.
Learn more

With Azul Platform Prime, you can start Java applications the same way as with any other JVM:

 
java -jar application.jar or java -cp <directory> <main-class>