Java – launch4j executable for other platforms
I want to generate executables for other platforms for Java utilities
I found that launch4j can generate a good package for windows, but I also want to find something similar to provide the same thing for Mac users and Linux users
This is not for security or code protection, but for convenience I really want to complete a set of relatively simple tasks:
>Find and leverage existing Java installations. > Apply some default command line parameters > for GUI applications, disable any console display > ideally, let the application display and be recognized in any equivalent Windows Task Manager (i.e. myapp.exe instead of java.exe or javaw.exe) > apply my own custom icon to the launcher
Is there a utility that can generate cross platform executables or shortcuts? Launch4j runs across platforms, but as far as I know, only windows executables are generated
resolvent
Solution
>For deploying java desktop applications, the best choice is usually to install the application Using Java Web start JWs is applicable to windows, OS X & * Nix
The above is all the contents of the executable files of Java launch4j for other platforms collected and sorted out by programming home for you. I hope this article can help you solve the program development problems encountered by the executable files of Java launch4j for other platforms.
If you think the content of the programming home website is good, you are welcome to recommend the programming home website to programmers and friends.