X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fjava_profile.sh;h=92a4f52a6bfb4e88391fd7b133270a60d45417ef;hb=b01fffd77f0cd22187c02522618a19556f2bb000;hp=b8e71a33b4827f2d67127d93a6c14e691a938703;hpb=48816a455552c8d29c29e52e9e861c4be1b8120f;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