mc.ext: allow Java class files to be viewed even if JAD isn't on PATH
commitf161d19038c9953d9fee9643d2d6190a0df2afef
authorAndrey Shcheglov <andrey.shcheglov@jetbrains.com>
Fri, 18 May 2018 21:10:13 +0000 (19 00:10 +0300)
committerYury V. Zaytsev <yury@shurup.com>
Sun, 27 May 2018 14:47:38 +0000 (27 16:47 +0200)
tree280084baa90eb7309f239cf12f4f07c4f81a5332
parent2eb7ef9e04207182143f1bfea48c830b0e755772
mc.ext: allow Java class files to be viewed even if JAD isn't on PATH

Closes MidnightCommander/mc#134:

  * `file -b` prints class file version, which `javap` doesn't by default
  * `javap`'s stderr should be suppressed as it may print `_JAVA_OPTIONS`
     if this variable is set

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
misc/ext.d/misc.sh.in