reassign 764630 jarwrapper 0.47
retitle 764630 missing JNI multi-arch PATHs in jarwrapper
thanks

Currently jarwrapper is used as backend for binfmts (not sure why this
is not jexec). Anyway the script is incomplete, now that we have
multi-arch JNI location:

[...]
$ tail /usr/bin/jarwrapper
if [ -z "$JAVA" ]; then
   JAVA=java
fi

if which "$JAVA" >/dev/null 2>&1; then
export LD_LIBRARY_PATH=/usr/lib/jni
exec $JAVA $JAVAOPTS -Djava.library.path=/usr/lib/jni -jar "$JAR" "$@"
else
echo "In order to run Java programs you must install a compatible JRE.
If you don't know what JRE you need, default-jre is probably a good
bet"
fi
[...]


Please update `LD_LIBRARY_PATH` accordingly.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to