view 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 source

#!/bin/bash

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"
export OSDEP_HOME="../Osdep"

export ANT_HOME="$HOME/java/apache-ant-1.10.8"
if [[ "$PATH" != *$ANT_HOME/bin* ]]
then
    export PATH="$ANT_HOME/bin:$PATH"
fi