diff setup.sh @ 30:098c4f5507c7

Convert to JDK 15.
author David Barts <n5jrn@me.com>
date Mon, 13 Jun 2022 11:31:49 -0700
parents e90d290a9a8d
children
line wrap: on
line diff
--- a/setup.sh	Mon Jun 13 09:21:24 2022 -0700
+++ b/setup.sh	Mon Jun 13 11:31:49 2022 -0700
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-export JRE_HOME="/Library/Java/JavaVirtualMachines/zulu-8.jdk/Contents/Home"
+export JRE_HOME="/Library/Java/JavaVirtualMachines/zulu-15.jdk/Contents/Home"
 export JAVA_HOME="$JRE_HOME"
 export KOTLIN_HOME="$HOME/kotlin/1.6.10/kotlinc"
 export EXIV2_HOME="$HOME/temp/exiv2/exiv2-0.27.2-Source"