Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Kolyall
Created January 24, 2020 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kolyall/a299b4636a61df86f90a925bf614af13 to your computer and use it in GitHub Desktop.
Save Kolyall/a299b4636a61df86f90a925bf614af13 to your computer and use it in GitHub Desktop.
Setup of Linux

Run jars:

sudo apt-get install binfmt-support
chmod a+rx myjar.jar
./myjar.jar

OR Install jarwrapper. After that (and by adding the executable bit) you can start the jar file just by entering the jarfile name.

sudo apt-get install jarwrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment