React start scripts issue in Windows

Yes I’ve come to realize that now. This now leads me to this ans which for some reason doesn’t work for me.

when I run

 cd OpenELIS-Global-2
 git submodule update --init --recursive
 cd dataexport
 mvn clean install -DskipTests

It gives me the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project dataexport-core: Fatal error compiling: java.lang.ExceptionInInitializerError: 
Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: 
module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @6aa5974e -> [Help 1]
[ERROR]

I suppose its due to the jdk version (jdk 21) I am having? If so, which one should I use?
And even after changing the version and successfully executing the above commands will the “Invalid credentials” issue still persist?

I’ll hop on the dev call this thursday to discuss this if needed.