From bf03ded254025303ef788c58d14388ea8cf5e8db Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Thu, 4 Jul 2024 12:08:04 -0700 Subject: [PATCH] update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aec2ee..6a288fc 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,9 @@ modify it to suit your own needs. ### Requirements -Requirements are: +Requirements are a minimum JDK 11 JVM. - * Java 8 or Java 11 - -**Note**: If you want to run the `SourceDirCallGraph` driver, you should run on Java 11 to avoid issues with Eclipse dependencies (see https://github.com/wala/WALA/issues/1083). Installation instructions for Java will vary by operating system. +**Note**: If you want to run the `SourceDirCallGraph` driver, you must run on Java 17 minimum, as of [WALA 1.6.4](https://github.com/wala/WALA/releases/tag/v1.6.4). ### Installation