quark.jar serves as a bridge between a PC (Windows, Linux, or Mac) and a Nintendo Switch console. Its main features include:
quarkus-app/quark-run.jar (The quark.jar file): This is a tiny bootstrapper (~100 KB). It contains the public static void main(String[] args) class and the logic to set up the correct classloader hierarchy. It reads the other folders and starts the application. quark.jar
Build the project using Maven: ./mvnw.cmd clean package -DskipTests. Prefer leaving quark