Install Crate and OpenJDK?

Is there a way to install crate without openjdk? I have Open JDK 11 installed in my system and I need JDK 11 for running my applications. Now when I install crate, crate is installing JDK 8 and making it as the default JDK. Any solution for this issue?

CrateDB requires a working java 8 virtual machine. Based on the OS you are working with, could do something like switch between multiple java versions. Also, Crate works very well on docker if you would like to try that option. Hope this helps.
Thanks.