X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fjava_profile.sh;fp=scripts%2Fcustomize%2Ffred%2Fjava_profile.sh;h=92a4f52a6bfb4e88391fd7b133270a60d45417ef;hb=7091f47876880d2aaebd1804fd3d1f002c855273;hp=b8e71a33b4827f2d67127d93a6c14e691a938703;hpb=90dfc740d7d41c167566e9825d9b15371c286d86;p=feisty_meow.git diff --git a/scripts/customize/fred/java_profile.sh b/scripts/customize/fred/java_profile.sh index b8e71a33..92a4f52a 100644 --- a/scripts/customize/fred/java_profile.sh +++ b/scripts/customize/fred/java_profile.sh @@ -32,6 +32,11 @@ function intuition_failure() # this bin portion works for most javas... export JAVA_BIN_PIECE=bin +# try using java itself if we can. +#if [ ! -d "$JAVA_HOME" ]; then + +#fi + if [ ! -d "$JAVA_HOME" ]; then # try a recent version. export JAVA_HOME=/usr/lib/jvm/java-8-oracle