We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41e9164 + e422f59 commit a6b24ffCopy full SHA for a6b24ff
1 file changed
files/java.sh
@@ -3,6 +3,10 @@
3
# Invoke java with the $DYLD_LIBRARY_PATH set with the homebrew lib dir.
4
# This allows java to load native libraries installed via homebrew.
5
6
+if [ -z "$DYLD_FALLBACK_LIBRARY_PATH" ]; then
7
+ DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/lib:/usr/lib"
8
+fi
9
+
10
export DYLD_FALLBACK_LIBRARY_PATH="$BOXEN_HOME/homebrew/lib:$DYLD_FALLBACK_LIBRARY_PATH"
11
12
if [ -x /usr/libexec/java_home ]; then
0 commit comments