Quark.jar
./mvnw package Quarkus produces a directory (typically target/quarkus-app/ ) containing several files. At the root of that directory sits quarkus-app/quark-run.jar —often symlinked or referenced simply as in documentation and scripts.
Whether you are building REST APIs, Kafka consumers, or GraphQL services, understanding quark.jar gives you fine-grained control over your deployment. It allows you to achieve sub-second startup times on the JVM (yes, sub-second—test it yourself) without sacrificing the robust ecosystem of Java libraries. quark.jar
Specifically, when you execute:



You must be logged in to post a comment.