Francisco Vargas Ruiz
Francisco Vargas Ruiz
Hi @FlowArg! Thanks for opening this issue. You are right, JavaPackager thinks that jspawnhelper always exists. I'll fix it in 1.7.0 ASAP
Fixed in issue-257 (JavaPackager 1.7.0-SNAPSHOT). Since snapshot versions are not being released to Maven Central, you have to install it manually in your local repo. Find instructions in README. Please,...
> Hi, your fix works as expected! Thanks! Great! I'm happy to hear that ... please, let me close this issue when this fix is released to Maven Central as...
Hi @lhDream! Why don't you add this feature directly in your app? Maybe [this](https://stackoverflow.com/questions/177189/how-to-implement-a-single-instance-java-application) could help.
> Because I see other tools have 😄 Please, tell me which tools to take a look. > In fact, it's because I don't know how java can bring the...
> How to put the cmd window on top I guess you are using Launch4J as EXE generation tool. Why do you want the CMD window on top?
Hi @lhDream! Please, have a look at this related [issue](https://github.com/fvarrui/JavaPackager/issues/21).
Hi @lhDream! Did you manage to fix this issue? JavaPackager is using [`rcedit-x64.exe`](https://github.com/electron/rcedit) command line tool to customize WinRun4j and Why launchers (EXE files) ... maybe you can try it...
I mean use `rcedit-x64.exe` command tool by your own to modify the description of the EXE generated with Launch4j
Could you give a try to [Resource Hacker](http://www.angusj.com/resourcehacker/)? It also can be used as a command line tool, and if it works fine, maybe you can automate the "set-exe-description" process...