Home > Mobile >  Exe4j for Linux
Exe4j for Linux

Time:05-31

I am newbie, I wanna ask if there is something like exe4j for Linux? I want to pack my applcation and the enviroment(java jre) of the application, so that I can double click something like exe on windows to run the application on Linux, sorry my English level is low, I hope you guys could understand what I mean

CodePudding user response:

You should use the official solution https://docs.oracle.com/en/java/javase/18/jpackage/packaging-overview.html instead.

  • Related