Azure Command Launcher for Java
===============================

jaz is a lightweight utility that simplifies how Java developers run their
applications on Azure. By intelligently applying JVM flags tailored for cloud
environments, it reduces configuration overhead and improves runtime performance
out of the box.

Example usage
-------------

Instead of this:

    java -jar myapp.jar

Use:

    jaz -jar myapp.jar

