Hi I'm trying to compile the datahub code, but it...
# all-things-deployment
c
Hi I'm trying to compile the datahub code, but it gives error saying it couldn't get Openjdk11u-jdk_x64_mac_hotspot_11.0.16.1_1.tar.go , but I'm not getting why it's trying to download this jdk 11 when I'm trying to use java 8. Can anyone help me on this ? I'm stuck at building the code
h
Hi @creamy-controller-55842, you need to set your JAVA_HOME environment variable to point to jdk 8. On a mac, it would look something like
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_291.jdk/Contents/Home/
. If you build after setting it appropriately, it would work fine.