projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90dfc74
)
minor edit, awaiting code
author
Chris Koeritz
<fred@gruntose.com>
Tue, 16 Jun 2020 16:54:30 +0000
(12:54 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 16 Jun 2020 16:54:30 +0000
(12:54 -0400)
scripts/customize/fred/java_profile.sh
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/java_profile.sh
b/scripts/customize/fred/java_profile.sh
index b8e71a33b4827f2d67127d93a6c14e691a938703..92a4f52a6bfb4e88391fd7b133270a60d45417ef 100644
(file)
--- 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