-
This is my gradle task
```kotlin
tasks.register("generateExe") {
dependsOn("jar")
jreMaxVersion.set("1.8.1")
jreMinVersion.set("1.8")
bundledJrePath.set("jre")
outfile.set("…
-
Use Launch4j to convert the jar into a exe, then use inno to create an installer that calls the mysql installation and the google drive installation.
-
I have a Java app that's using simple JBrowserDriver setup. It works fine when launched as a jar. Now, I need administrator privileges for whole other feature in my app, so I wrap it in an exe generat…
-
As noted in #1395 running the game via exe trying out the new -help flag (or its other variants) doesn't print any actual output. Even hacking in System.out.println anywhere in the class gets nothing.…
-
Objective: create Linux executable
Secondary: automate creating Windows/Linux executables
Windows
Ready for release, although there are improvements to make our life easier.
I'm using launch4j …
-
When I run launch4j with jdk 11 , I get this error.
java.lang.NoClassDefFoundError: com/sun/java/swing/plaf/windows/WindowsLookAndFeel
What should I do?
-
I'm submitting a…
- [x] bug report
- [ ] feature request
- [ ] other
**Short description of the issue/suggestion:**
After upgrading to **1.7.6** from **1.6.6** winConfig.icoFile no longer w…
-
A aplicação não está iniciando quando executada pelo arquivo executável gerado pelo launch4j.
Além de não executar, está gerando processos que são impossíveis de finalizar.
![pontocontrol-bug-fx](htt…
-
The mvn package command currently creates an executable JAR files. There should be an option to build a platform-specific binary which wraps the app and checks Java version. Launch4J may solve this is…
v6ak updated
13 years ago
-
```
Port to Desktop using OpenGL and OpenAL. Either LWJGL or JOGL/JOAL.
Explore provising one or two automatic packaging scripts:
- Web Start
- Getdown
- Install4J and exe4j
- Launch4J
- jsmooth
```…