Looks like binfmts is actually using jarwrapper... $ strace /usr/bin/dicomscope 2>&1 | grep jarwrapper stat("/proc/sys/fs/binfmt_misc/jarwrapper", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 open("/var/lib/binfmts/jarwrapper", O_RDONLY) = 4 execve("/usr/bin/jarwrapper", ["/usr/bin/jarwrapper", "/usr/bin/dicomscope"], [/* 36 vars */]) = 0 open("/usr/bin/jarwrapper", O_RDONLY) = 3
Where: $ jarwrapper /usr/bin/dicomscope starting DICOMscope please wait... Exception in thread "main" java.lang.UnsatisfiedLinkError: no jInterface in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1088) at main.MainContext.<clinit>(MainContext.java:58) at dicomscope.DICOMscope.main(DICOMscope.java:91) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org