view setup.sh @ 31:99a0eb385c9a default tip

Work around annoying Swing glitch.
author David Barts <n5jrn@me.com>
date Sat, 20 Aug 2022 09:19:49 -0700
parents 098c4f5507c7
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