Top "Launch4j" questions

Cross-platform Java executable wrapper for creating lightweight Windows native EXEs.

How to get the path to the executable when using launch4j?

I'm using launch4j to wrap an executable jar file in my Windows application, but I need to pass references …

java launch4j
Create exe with launch4j with maven

I want to wrap my jar with launch4j to an exe file. Here is my pom.xml: <project …

java maven launch4j
How do I use the Bundle JRE option in Launch4j

I have worked with Java for a while now, long enough to start producing my own programs with GUIs and …

bundle exe java launch4j
Exception in Launch4j

I have the following instructions in my build.xml, and I am getting the following exception. launch4j: net.sf.…

java launch4j
Launch4j / windres: how to set paths correctly?

I have launch4j configure for my project. I used it back, when i developed on windowsXP, where it worked. …

build path launch4j
Configure Launch4J to use 32-bit JVM only

I'm using Launch4J to start my Java application and if an x64 JRE is present on the system, Launch4…

java 64-bit launch4j
Bundle a JRE into an exe using Launch4J

I'm attempting to bundle the JRE into my exe using launch4j. My folder structure is as follows- |- test |…

java launch4j
The .exe I created with Launch4j doesn't run

I was able to successfully create a .exe file from an executable jar. From Launch4j I can test the …

java jar executable launch4j
Distribute my application jar with a JRE

How can I distribute my application jar with JRE? I make my executable jar in exe by using launch4j. …

java deployment installation launch4j
Sign a launch4j executable in ant with sign4j and jsign

I have an application in a Jar and I wrap it in a exe with launch4j so is easy …

ant sign launch4j