minor edit, awaiting code
[feisty_meow.git] / 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