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.

Run a jar file using windows scheduler

I have jar file which I want to run from windows scheduler in windows 7 I have Given the path of …

windows-7 scheduled-tasks executable-jar
Creating Runnable Jar with external files included

I want to build a runnable jar in java. I need to include some of the files in the jar …

java file jar executable-jar
Strange behavior of Class.getResource() and ClassLoader.getResource() in executable jar

I understand from What is the difference between Class.getResource() and ClassLoader.getResource()? and from own code, that getClass().getResource("/…

java classloader embedded-resource executable-jar
How to create Jar file from Maven project in eclipse

I have a Maven project, but I am not familiar to Maven. Just I wanted to create an executable JAR …

java eclipse maven jar executable-jar
Eclipse cannot create runnable jar - No resources selected

When I try to export my project as a runnable jar Eclise gives me the following error: No resources selected. …

java eclipse executable-jar
Selecting main class in a runnable jar at runtime

I have two main classes in the app. When I package it to a runnable jar (using Eclipse export function) …

java jar executable-jar
Create multiple runnable Jars (with dependencies included) from a single Maven project

I have a single maven project that has multiple main classes. I want to generate runnable Jars (that include all …

java maven executable-jar maven-assembly-plugin
Distributing my Python scripts as JAR files with Jython?

I have been a Python programmer for almost two years, and I am used to writing small scripts to automate …

python jython executable-jar
Specifying Log4j2 Configuration File When Using Executable JAR

I am having trouble specifying the Log4j2 config file location when using an executable JAR file. It works fine …

java logging executable-jar log4j2
Why does my JAR file execute at CMD, but not on double-click?

So I've been writing a simple 3D GUI application that I intended for users to use simply by double-clicking on …

java jar executable-jar