From 2f9d258269d321a48fc20919811bf944cc099248 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Aug 2010 19:13:41 +0100 Subject: [PATCH] Do not use openjdk; it doesn't work to mix and match --- jpctb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jpctb b/jpctb index c7bfe4b..c5bf4aa 100755 --- a/jpctb +++ b/jpctb @@ -114,13 +114,6 @@ END fi fi -openjdk=/usr/lib/jvm/java-6-openjdk - -if [ "x$javadir" = x ] && [ -x $openjdk/bin/java ]; then - echo " using openjdk, hopefully it will work with YPP!" - javadir=$openjdk -fi - if [ "x$javadir" = x ]; then fail "could not find java runtime system please check that $yppdir/java points to your Java installation" -- 2.30.2