minor edit, awaiting code
authorChris Koeritz <fred@gruntose.com>
Tue, 16 Jun 2020 16:54:30 +0000 (12:54 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 16 Jun 2020 16:54:30 +0000 (12:54 -0400)
scripts/customize/fred/java_profile.sh

index b8e71a33b4827f2d67127d93a6c14e691a938703..92a4f52a6bfb4e88391fd7b133270a60d45417ef 100644 (file)
@@ -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