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 to get java main class from jar file

I have an executable jar and i want to know the name of java main class from this jar My …

java executable-jar
cannot set classpath with maven-assembly-plugin

I am creating console application. I want to have configuration files outside the jar file in conf folder and want …

java maven-2 classpath pom.xml executable-jar
Failed to load Main-class Manifest Attribute

I am getting following error while executing compiled jar file. I have re installed my java but my problem is …

java jar jvm executable-jar jvm-crash
How to run saxon xslt transformation in java

I can easily run the following in command line to transform an xml file: java -jar saxon9he.jar -o:…

java xml xslt executable-jar saxon
Intellij Javafx artifact - how do you make it?

I've been trying all day to turn my javafx application into a jar file. I'm using Java 1.7 update 7. Oracle has …

intellij-idea javafx jar executable-jar artifact
How do I include external JARs in my own Project JAR

I have a Java application and created a JAR file and deployed it. The App uses external JARs such as …

java executable-jar
Spring Boot MVC Multi-Module Executeable jar

I have a multimodule project, build with spring boot 1.1.7 The structure is + parent + import + web + backend My Parent Module will …

java spring jar spring-boot executable-jar
Convert Java to .app file for MacOSX using JarBundler

All I'm trying to do is convert a simple java program into a macOSX .app file so I can distribute …

java macos jar executable-jar
Running a .jar file in a command prompt from double click

I'll start of by saying Im on windows 7. I have created a .jar file which executes fine from the command …

java command-prompt executable-jar
How to run standalone TestNG project from jar/bat/

I have a TestNG project. Don't have any main class, currently it is running like "Run As TestNG". I want …

jar testng executable-jar