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
Asked
Active
Viewed 109 times
-2
-
As @mipa says you can now make [native installers](https://technojeeves.com/index.php/aliasjava1/111-making-native-installable-apps-with-java-9) with the JDK – g00se May 30 '22 at 09:45
1 Answers
3
You should use the official solution https://docs.oracle.com/en/java/javase/18/jpackage/packaging-overview.html instead.

mipa
- 10,369
- 2
- 16
- 35