DEV Community

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

 
baenencalin profile image
Calin Baenen

In regards to the second to last question, it'd be fine, as long as the user can run the Jar, but I'm not familiar with any tools, so I want to know if there are any simple tools (for dumbasses like me). :p
Though, if it helps find anything, I'm using Windows 10.

Thread Thread
 
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?