launch4j
Escape property in pom.xml
I would like to escape a property in pom.xml. Not in ressources, I know it is possible with a filter. For example I try to use launch4j plugin like this :[详细]
2023-04-12 22:18 分类:问答Running Launch4J from java code?
I have used launch4j to wrap an executable jar into an exe in my pom.xml (maven project file) file during compile/build time.[详细]
2023-04-03 02:38 分类:问答How to bundle a JRE with Launch4j?
I have Launch4J on my computer and it\'s a great program. One of its features I\'m interested in is the ability to bundle a JRE in the general .EXE file. However, I can\'t find any documentation that[详细]
2023-03-28 20:03 分类:问答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. My application is a desktop based swing application. I want to make it like an application that if[详细]
2023-03-23 15:14 分类:问答Launch4j doesn't work (main class not found)
I am using Launch4j to create an setup file. I have 7 classes, under a package. And JavaSamp is my main class. I have created jar files for all the classes. And my launch4j looks like this:[详细]
2023-03-12 14:14 分类:问答Exception in Launch4j
I have the following instructions in my build.xml, and I am getting the following exception. launch4j: net.sf.launch4j.ExecException: Exec failed (1): C:\\Program[详细]
2023-03-11 22:18 分类:问答Lauch4j .ini file specify jre path
I am using Launch4j with a bundled jre version. The path of the jre version has to be configurable, so I though using the .ini file. I don\'t understand the documentations on the launch4j website, so[详细]
2023-03-09 21:54 分类:问答Launch4j, NSIS, and duplicate pinned Windows 7 taskbar icons
I\'m having a problem wherein when I pin a taskbar icon in Windows 7 for my application, clicking the icon opens up a separate (duplicate) icon for the program instead of keeping it grouped with the s[详细]
2023-02-20 09:44 分类:问答Launch4j - java-executable wrapper -- Windows7
Scenario: java-app wrapped with launch4j -- works fine on the dev-machine with Windows Vista-- on a plain Windows7 machine it asks to install Java JRE - but wont start the application.[详细]
2023-01-30 22:03 分类:问答maxHeapPercent parameter in Launch4j
In Launch4j, the memory configuration can be based on the percentage of the available memory size. For example:[详细]
2022-12-29 06:09 分类:问答