I'm following the instructions to install stardog on macOS:
I followed the steps for M1. i.e. install rosetta and an x86 JDK.
When I try launching stardog server, I get this error.
stardog-admin server start
Unrecognized VM option 'UseParallelOldGC'
Did you mean '(+/-)UseParallelGC'? Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
I checked which version of java my terminal is seeing:
java -version
java version "17.0.1" 2021-10-19 LTS
Whereas the stardog install instructions installs adoptopenjdk11
How do I point stardog to the adoptopenjdk11
version of java?
thanks