DEV Community

Discussion on: How can I make my Jar file executable on all computers?

 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

If you use no build tools, just pure javacand java -jar, it should already be fat JAR by default, I believe.

Thread Thread
 
baenencalin profile image
Calin Baenen

Well, it doesn't work on other computers, so, are there any settings I need to apply?