This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository javatools.
commit fb039e54861605f61e9ee33c798701e688c63d17 Author: Markus Koschany <[email protected]> Date: Wed Dec 3 02:38:51 2014 +0100 fix 764630 Remove -Djava.library.path and let the JRE handle Multiarch paths. Closes: #764630 --- jarwrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarwrapper b/jarwrapper index 5986233..4ae1dd6 100755 --- a/jarwrapper +++ b/jarwrapper @@ -35,7 +35,7 @@ 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" "$@" + exec $JAVA $JAVAOPTS -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

