[javatools] 01/10: fix 764630
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Dec 5 09:40:15 UTC 2014
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 <apo at gambaru.de>
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
More information about the pkg-java-commits
mailing list