I was running, without issue, Elastic Search 7.4.0 which comes bundled with a JDK.
However, after downloading and attempting to run 6.3.2, I receive 12 errors with the following message:
Message: access denied ("java.lang.RuntimePermission" "accessClassInPackage.jdk.internal.vm.annotation")
and a 13th with this message
No implementation for org.elasticsearch.repositories.Repository$Factory annotated with @org.elasticsearch.common.inject.multibindings.Element(setName=,uniqueId=8) was bound.
I have the JDK installed... the following output is as follows.
java --version
java 13.0.1 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.1+9, mixed mode, sharing)
javac --version
javac 13.0.1
Does anyone have any thoughts?