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.

Change Default Program for .jar File

Recently I was exploring the contents of a .jar file in 7-zip. I ended up changing the default program as …

windows-7 jar executable-jar default-programs
Windows service installed with Procrun works in //TS mode, but doesn't start as a Windows service saying it "started and then stopped"

I installed a standard executable jar file as a Windows service by running the following command: > prunsrv.exe //IS//"…

java windows-services executable-jar procrun
SpringBoot fully executable jar without dependencies inside

NOTE: Please, before marking this question as a duplicate make sure you know the difference between executable JAR and fully …

java maven spring-boot executable-jar spring-boot-maven-plugin
manifest.mf is overwritten by eclipse during jar export

I would like make an executable jar archive with eclipse. So into my project I created file src/META-INF/MANIFEST.…

eclipse jar export executable-jar manifest.mf
Exporting A Libgdx Game as Executable Jar from Android Studio

Okay so I made a game using Libgdx and I intended it to be a android app(which is why …

android-studio libgdx executable-jar
How to change permission of jar packaged by maven? I am using maven assembly plugin

I am using maven assembly plugin to package a jar with all dependencies. But the jar file is not executable. …

java maven maven-3 executable-jar maven-assembly-plugin
How to disable minidump (mdmp) files generation with Java Hotspot JVM on Windows

Currently I have a deployed executable jar file that creates large (7+ Gb) minidump files when it crashes. I would like …

java jar executable-jar jvm-hotspot
JAR hidden inside EXE?

Minecraft, a Java game, is free this weekend. The Windows version downloads as an exe file. I was curious what …

java jar executable-jar
Compressing an Extracted Jar File

I have extracted a jar file and made some change on it. Now, how can i compress again it as …

java ubuntu jar executable-jar meta-inf