--- db-6.0.35/dist/configure.ac.old	2020-03-21 18:14:00.973303640 -0400
+++ db-6.0.35/dist/configure.ac	2020-03-21 18:15:04.787303841 -0400
@@ -459,7 +459,7 @@
 	esac
 	AC_MSG_RESULT($JAVA_VERSION)
 	case "$JAVA_VERSION" in
-	1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;;
+	1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | 11.[[0-9\.]]* ) ;;
 	* )
 		AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;;
 	esac