Please update onboarding instructions for MacOS (java version to 17)

Hi, the MacOS installation description here needs updating:

Java 17 is listed in the requirements but then the detailed instructions still have Java 11.

Dockstore does not work with Java 11 and gives the following error:
Error: LinkageError occurred while loading main class io.dockstore.client.cli.Client
java.lang.UnsupportedClassVersionError: io/dockstore/client/cli/Client has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

With Java 17 works fine

1 Like

Hi,

Thanks for confirming, we have this tracked as Update Mac instructions to Java 17 · Issue #5920 · dockstore/dockstore · GitHub

1 Like