When I use
/usr/libexec/java_home
I get
/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
but I want to be getting
/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
I've changed my .zshrc file a number of times and it seems to always revert to the default of temurin 17.
My application will not run android pointing to temurin 17 and it should be selecting zulu 11 jdk.