Quark.jar Jun 2026
When you run java -jar quark.jar , the bootstrapper inside reads the lib/ and app/ folders relative to its position. This separation allows for incremental updates in containerized environments. For example, if you only change your business logic, you only need to replace the app/ folder, not the entire 50 MB JAR.