Created
January 24, 2020 20:56
-
-
Save Kolyall/a299b4636a61df86f90a925bf614af13 to your computer and use it in GitHub Desktop.
Revisions
-
Kolyall created this gist
Jan 24, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 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 ```