Skip to content

Instantly share code, notes, and snippets.

@Kolyall
Created January 24, 2020 20:56
Show Gist options
  • Select an option

  • Save Kolyall/a299b4636a61df86f90a925bf614af13 to your computer and use it in GitHub Desktop.

Select an option

Save Kolyall/a299b4636a61df86f90a925bf614af13 to your computer and use it in GitHub Desktop.

Revisions

  1. Kolyall created this gist Jan 24, 2020.
    12 changes: 12 additions & 0 deletions README.md
    Original 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
    ```