[weka] 04/05: simplify java-wrapper JVM search (java6-runtime is sufficient)
Tony Mancill
tmancill at moszumanska.debian.org
Sat May 3 22:55:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository weka.
commit c973b09a9f1de1517b5697d5b6916bbd3d5d0280
Author: tony mancill <tmancill at debian.org>
Date: Sat May 3 15:48:25 2014 -0700
simplify java-wrapper JVM search (java6-runtime is sufficient)
---
debian/bin/weka | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/bin/weka b/debian/bin/weka
index 4cc56f3..f3bbccc 100644
--- a/debian/bin/weka
+++ b/debian/bin/weka
@@ -46,7 +46,7 @@ while true ; do
esac
done
-find_java_runtime openjdk7 openjdk6 sun6 || \
+find_java_runtime java6 ||
( echo "$0: Java not found, aborting." >&2 && exit 1 )
find_jars weka.jar libsvm.jar
JAVA_ARGS=-Xmx$MEMORY run_java $CLASS $GUI $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/weka.git
More information about the pkg-java-commits
mailing list