chiark / gitweb /
Do not use openjdk; it doesn't work to mix and match
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 18:13:41 +0000 (19:13 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 18:13:41 +0000 (19:13 +0100)
jpctb

diff --git a/jpctb b/jpctb
index c7bfe4b3a8c8facf18cf07d18eb87afe0208963c..c5bf4aae20fc2034772a8046b68d4a637f103f2b 100755 (executable)
--- 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"