Top "Executable-jar" questions

A special type of jar file which contains all non-standard libraries and definitions necessary to run an application on a JVM.

How can I create an executable JAR with dependencies using Maven?

I want to package my project in a single executable JAR for distribution. How can I make a Maven project …

java maven-2 build-process build-automation executable-jar
Running JAR file on Windows

I have a JAR file named helloworld.jar. In order to run it, I'm executing the following command in a …

java jar executable-jar
What causes "Unable to access jarfile" error?

I want to execute my program without using an IDE. I've created a jar file and an exectuable jar file. …

java jar executable-jar
How to get the path of a running JAR file?

My code runs inside a JAR file, say foo.jar, and I need to know, in the code, in which …

java path jar executable-jar
How to run a class from Jar which is not the Main-Class in its Manifest file

I have a JAR with 4 classes, each one has Main method. I want to be able to run each one …

java jar executable-jar
"Invalid signature file" when attempting to run a .jar

My java program is packaged in a jar file and makes use of an external jar library, bouncy castle. My …

java jar executable-jar
How to make an executable JAR file?

I have a program which consists of two simple Java Swing files. How do I make an executable JAR file …

java jar executable-jar
Run java jar file on a server as background process

I need to run a java jar in server in order to communicate between two applications. I have written two …

shell unix executable-jar
how to check the version of jar file?

I am currently working on a J2ME polish application, just enhancing it. I am finding difficulties to get the …

jar version executable-jar
How do I tell Spring Boot which main class to use for the executable jar?

Execution default of goal org.springframework.boot:spring-boot-maven-plugin:1.0.1.RELEASE:repackage failed: Unable to find a single main class from the …

java spring maven executable-jar spring-boot