Skip to content

Running Jar files easily

hrj edited this page Nov 19, 2015 · 3 revisions

Zsh suffix alias

alias -s jar='java -jar'

binfmt-misc

  • Very low level, but very effective
  • Details on arch wiki

GUI based solution

  • This apparently works automatically when openjdk packages are installed. There was a regression in ubuntu packages but has now been fixed.
  • Might also work with command line, need to check.
  • SO Answer
  • Ask ubuntu answer

Clone this wiki locally