Quark.jar [hot] -

<dependency> <groupId>com.yourcompany</groupId> <artifactId>quark</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>$project.basedir/libs/quark.jar</systemPath> </dependency>

jar tf quark.jar | grep -E 'Main.*\.class|Application\.class' Means dependencies are missing. Inspect the JAR’s dependencies: quark.jar

Problem 1: No main manifest attribute Fix: Specify main class explicitly: &lt;dependency&gt; &lt;groupId&gt;com

dependencies implementation files('libs/quark.jar') quark.jar

java -cp quark.jar com.example.MainClass Find the main class by examining the JAR:

Quark.jar [hot] -

This website uses cookies in order to generate usages statistics, improve website functionality, and for marketing purposes.

By accepting cookies, you consent to our use of cookies. Read more about our use of cookies and how you can disable them in our Privacy Policy.

Close